Magento Form Filler
Fill out checkout and registration forms at Magento store.
What is Magento Form Filler?
Magento Form Filler is a Chrome extension developed by Jman, and its main feature is "Fill out checkout and registration forms at Magento store.".
Extension Screenshots
Download Magento Form Filler Extension CRX File
Download Magento 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
Fill out checkout and registration forms at Magento store. Plugin uses dummy data for one user, but you can add more users and customize their data on settings page.
Extension Basic Information
Name | Magento Form Filler |
ID | kgjadikbkhkijmjickblphfgjgjagged |
Official URL | https://chromewebstore.google.com/detail/magento-form-filler/kgjadikbkhkijmjickblphfgjgjagged |
Description | Fill out checkout and registration forms at Magento store. |
File Size | 40.76 KB |
Installation Count | 573 |
Current Version | 2.1.1 |
Last Updated | 2022-12-05 |
Publish Date | 2020-06-02 |
Rating | 4.38/5 Total 13 Ratings |
Developer | Jman |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Jman/opc_form/ |
Help Page URL | https://github.com/Jman/opc_form/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Magento Form Filler", "description": "Fill out checkout and registration forms at Magento store.", "version": "2.1.1.0", "version_name": "2.1.1", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_title": "Click to fill out form", "default_icon": { "19": "src\/images\/logo_19.png", "48": "src\/images\/logo_48.png", "128": "src\/images\/logo_128.png" }, "default_popup": "src\/popup.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "src\/options.html", "icons": { "48": "src\/images\/logo_48.png", "128": "src\/images\/logo_128.png" } } |