Code Monkey home page Code Monkey logo

deep-autofill-chrome-extension's Introduction

Deep Autofill Chrome Extension

google webstore version google webstore users

This extension is using faker.js to fill any enabled input element on HTML forms. You can use a monkey random mode or define presets in form of JSON data in the extension' s options area.

Installation

chrome.google.com/webstore

Demo

demo

Custom fill settings example

A preset contains an array of setup objects. An example would look like this:

{
  "Deep Auto Fill Chrome Demo" : {              // menu item title
    "randomLocale" : "de",                      // reserver for future use
    "fields" : [                                // array of input elements
      {
        "selector" : "#textbox2",               // a valid jQuery selector. Check your dev tools console to see any errors.
        "random": " {{name.lastName}}, {{name.firstName}} {{name.suffix}}"  // randomized faker values described in some form of template language
      },
      {
        "selector" : "input[name=textbox1]",
        "static" : "A static value"             // a static string value. Usefull if you always want the same email address.
      },
      {
        "selector" : "#textbox4"
      }
    ]
  }
}

Random values can be equiped with a faker.js namespaced expression.

If no static or random value was defined for a field, the extension will guess a cool random value for the input element.

Each Array element will be displayed in the browser` s context menu in form of sub or nested context menu item.

This is my first extension for Google Chrome. So the code can be written better for shure. Feedback and pull requests are very welcome.

License

The MIT License (MIT)

Copyright (c) 2017 Stephan Ahlf

deep-autofill-chrome-extension's People

Contributors

s-a avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

deep-autofill-chrome-extension's Issues

introduce static data

Description

I'm having problems to introduce static data with the app. I understand that it is as simple as change the name in the selector and then introduce the value in the static line but it's not working.

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]
What I expect is to get a static value, for example:

{
"selector": "input[name"lastname"]",
"static": "garcia"
},
Actual behavior: [What actually happens]
I just get a ramdom value.

Any idea of what i am doing wrong?
Thank you very much.
Please, this is one of my very first time trying to apply modifications in a extension or using js, so be pacient with me. Tahnk you

Unable to save options in Mac OS

Description

"Command + S" is reserved by chrome to save the current web page so updating option values in the browser does not work.

Steps to Reproduce

  1. Right click > options
  2. Change values
  3. Command + S (in Mac OS)

Expected behavior: I expect the values to be saved and the window to close

Actual behavior: Nothing

Reproduces how often: Every time

**Screenshot(s):**N/A

Fix: Setting the Mac OS save value to Command + Shift + S works

Version(s)

Error LOG

=====================
Notes from the maintainer:
You are welcome to add a feature or fix bug via sending pull request,
it'll be faster than just opening a request issue. Awesome! Thanks!!

Right click menu not showing

Description

The menu not showing so all I can do is have pages fill randomly

Expected behavior: The menu to pop up with the "Deep Auto Fill Chrome Demo" option

**Actual behavior:**Nothing from this extension appears

Screenshot(s): faultyscreenshot

Version(s)

Chrome Web Store, 1.4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.