Web Developer Form Filler
This extension is used by developers to make it easy to fill forms
What is Web Developer Form Filler?
Web Developer Form Filler is a Chrome extension developed by formfiller, and its main feature is "This extension is used by developers to make it easy to fill forms".
Extension Screenshots
Download Web Developer Form Filler Extension CRX File
Download Web Developer Form Filler 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
Еxtension allows to automatically fill forms for the purpose of testing. You can store multiple presets of values for any paga separately and trigger them using a hotkey
Extension Basic Information
Name | Web Developer Form Filler |
ID | gbagmkohmhcjgbepncmehejaljoclpil |
Official URL | https://chromewebstore.google.com/detail/web-developer-form-filler/gbagmkohmhcjgbepncmehejaljoclpil |
Description | This extension is used by developers to make it easy to fill forms |
File Size | 109 KB |
Installation Count | 33,293 |
Current Version | 1.0.13.1 |
Last Updated | 2021-07-29 |
Publish Date | 2017-03-16 |
Rating | 4.30/5 Total 149 Ratings |
Developer | formfiller |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "javascripts\/jquery-1.9.1.min.js", "javascripts\/deserialize.js", "javascripts\/content_script.js", "javascripts\/mousetrap.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "name": "Web Developer Form Filler", "version": "1.0.13.1", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "description": "This extension is used by developers to make it easy to fill forms", "browser_action": { "default_icon": "images\/48.png", "default_title": "Web Developer Form Filler", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "manifest_version": 2 } |