Easy Form Filler

Easy Form Filler extension

What is Easy Form Filler?

Easy Form Filler is a Chrome extension developed by 1showme.com, and its main feature is "Easy Form Filler extension".

Extension Screenshots

screenshot

Download Easy Form Filler Extension CRX File

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

                        The extension allows you to easily save the entered data in the fields on web pages.
Filling in previously entered data is possible in manual and automatic mode.
When you open the extension window, only the data that has been entered on this web page is displayed.                    

Extension Basic Information

Name Easy Form Filler Easy Form Filler
ID kkjjaaeondnopoihckldffjgeofjdlep
Official URL https://chromewebstore.google.com/detail/easy-form-filler/kkjjaaeondnopoihckldffjgeofjdlep
Description Easy Form Filler extension
File Size 388 KB
Installation Count 33
Current Version 1.0
Last Updated 2020-01-23
Publish Date 2020-01-20
Developer 1showme.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://1showme.com/privacy_policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Form Filler",
    "description": "Easy Form Filler extension",
    "version": "1.0",
    "icons": {
        "128": "favicon_128px_blue.png"
    },
    "browser_action": {
        "default_title": "Easy Form Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fill_fields.js",
                "extension.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}