Form Filler

Save your time by prefilling any form on the internet with your information.

What is Form Filler?

Form Filler is a Chrome extension developed by https://formfiller.io, and its main feature is "Save your time by prefilling any form on the internet with your information.".

Extension Screenshots

screenshot

Download Form Filler Extension CRX File

Download 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

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

Extension Basic Information

Name Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
Official URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Description Save your time by prefilling any form on the internet with your information.
File Size 262 KB
Installation Count 2,124
Current Version 1.0.7
Last Updated 2024-02-07
Publish Date 2021-06-02
Rating 2.38/5 Total 16 Ratings
Developer https://formfiller.io
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tier5.us/chrome_extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}