EasyForm AutoFill

Auto fill in your form using your saved information

What is EasyForm AutoFill?

EasyForm AutoFill is a Chrome extension developed by GX, and its main feature is "Auto fill in your form using your saved information".

Extension Screenshots

screenshot

Download EasyForm AutoFill Extension CRX File

Download EasyForm 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

                        You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved                    

Extension Basic Information

Name EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
Official URL https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
Description Auto fill in your form using your saved information
File Size 207 KB
Installation Count 7,677
Current Version 1.2.3
Last Updated 2023-12-07
Publish Date 2019-01-03
Rating 3.35/5 Total 23 Ratings
Developer GX
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyForm AutoFill",
    "description": "Auto fill in your form using your saved information",
    "version": "1.2.3",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "48": ".\/icons\/icon-form48.png",
        "128": ".\/icons\/icon-form128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/icons\/icon-form48.png",
            "128": ".\/icons\/icon-form128.png"
        },
        "default_title": "EasyForm AutoFill",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}