Form Filler

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

Cos'è Form Filler?

Form Filler è un'estensione di Chrome sviluppata da https://formfiller.io, e la sua funzione principale è "Save your time by prefilling any form on the internet with your information.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Form Filler

Scarica i file di estensione Form Filler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
URL Ufficiale https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Descrizione Save your time by prefilling any form on the internet with your information.
Dimensione del File 262 KB
Conteggio Installazioni 2,124
Versione Corrente 1.0.7
Ultimo Aggiornamento 2024-02-07
Data di Pubblicazione 2021-06-02
Valutazione 2.38/5 Totale 16 Valutazioni
Sviluppatore https://formfiller.io
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://tier5.us/chrome_extension
Lingue Supportate 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"
}