Auto Form Fill chrome extension

Version: 1.1
Auto Form Fill
Used primarily used for testing allowing forms to be fill automatically based on the query string.
0.00 Based on 0 user rates

What is Auto Form Fill?

Auto Form Fill is a form filler extension for chrome. it's a can_buy extension , it has 1 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 1710 days ago.


What’s new in version 1.1?

                This extension is primarily meant for testing and provides a simple way to auto fill your forms to eliminate repetitive typing of data when testing.  The extension simply stores the form data in the query string (The URL).  This way you can bookmark or copy the link and visit it later with all the data filled.


THIS EXTENSION WILL SHOW ALL FORM CONTENT IN PLAIN TEXT. DO NOT USE WITH SENSITIVE DATA UNLESS YOU DO NOT CARE ABOUT SHOWING IT IN THE URL.

Free to use for personal use and available at https://github.com/craydent/auto-form-fill/ (This is open source so you can download the contents from GitHub and install the extension). For enterprise users, please purchase the extension.

Usage:
On page load, auto-form-fill will take the values from the URL and fill any form fields that are loaded.  This poses an issue when there is dynamic content where the form fields appear after the initial page load.  To resolve this use `affinitdelay`.

The `Fill Form Items` button will re-populate all items on the current page state.

The `Copy to Clipboard` will generate a URL based on the input elements CSS selector.

There is a `affaction.action` and `affdelay` syntax you can use to perform basic actions on elements.  Make sure that your query key and value are url encoded with `encodeURIComponent`.

The `affinitdelay` is the initial delay before performing any actions or populating fields. (default is 0ms).

The `affdelay` is the delay between actions being performed (default is 0ms and the first action will execute without a delay).

Example for css selector `[data-attr="attribute"]`:

`http://example.com?affaction.%5Bdata-attr%3D"attribute""%5D=click&affdelay=100&affinitdelay=1000` -> (This will essentially do a `document.querySelector('[data-attr="attribute"]').click()` after waiting initially for 1 second)

Limitations:
Since the data is stored in the URL, standard URL lengths apply.

Currently this extension supports only select and input elements that have a settable `.value` property.

This will not be able auto fill input elements loaded after the initial load (dynamic content). Use the `Fill Form Items` button for elements loaded dynamically.

When using `Copy to Clipboard`, the plugin will do it's best to create a css selector unique to that element.

Notes:
Hidden input fields are not stored.

Future Enhancements:
Create customizable settings to change behavior for DOM selection and setting values.            

How to install Auto Form Fill?

You could download the latest version crx file or older version files and install it.


Preview of Auto Form Fill


Technical Features:

  • Latest Version: 1.1
  • Requirements: Windows Chrome, Mac Chrome
  • License: Can_buy
  • Latest update: Saturday, August 31st, 2019
  • Author: akkun1983

Auto Form Fill Available languages:

English (United States).


FAQ