autoFill
autoFill is used to fill the form field with random value
What is autoFill?
autoFill is a Chrome extension developed by cognitiveatom, and its main feature is "autoFill is used to fill the form field with random value".
Extension Screenshots
Download autoFill Extension CRX File
Download autoFill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.
Extension Basic Information
Name | autoFill |
ID | acpgjmjldamjjinpkchgnimfcdilcilb |
Official URL | https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb |
Description | autoFill is used to fill the form field with random value |
File Size | 1.21 MB |
Installation Count | 556 |
Current Version | 1.1 |
Last Updated | 2019-11-06 |
Publish Date | 2019-11-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | cognitiveatom |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "autoFill", "short_name": "form fill", "description": "autoFill is used to fill the form field with random value", "version": "1.1", "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab" ], "icons": { "16": "assets\/img\/logo\/icon16.png", "48": "assets\/img\/logo\/icon48.png", "128": "assets\/img\/logo\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'" } |