Form Filler

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

Co je Form Filler?

Form Filler je rozšíření Chrome vyvinuté https://formfiller.io, a jeho hlavní funkcí je „Save your time by prefilling any form on the internet with your information.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Form Filler

Stáhněte si soubory rozšíření Form Filler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
Oficiální URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Popis Save your time by prefilling any form on the internet with your information.
Velikost souboru 262 KB
Počet instalací 2,124
Aktuální Verze 1.0.7
Poslední Aktualizace 2024-02-07
Datum Vydání 2021-06-02
Hodnocení 2.38/5 Celkem 16 Hodnocení
Vývojář https://formfiller.io
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://tier5.us/chrome_extension
Podporované Jazyky 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"
}