Form Filler

Automatically fill the form on the website.

Cos'è Form Filler?

Form Filler è un'estensione di Chrome sviluppata da green3rd, e la sua funzione principale è "Automatically fill the form on the website.".

Screenshot dell'Estensione

screenshot
screenshot
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

                        This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.                    

Informazioni di Base sull'Estensione

Nome Form Filler Form Filler
ID dgfgnhlcalihgnemejfldncmedabhfna
URL Ufficiale https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna
Descrizione Automatically fill the form on the website.
Dimensione del File 144 KB
Conteggio Installazioni 92
Versione Corrente 1.0
Ultimo Aggiornamento 2021-06-23
Data di Pubblicazione 2021-06-23
Sviluppatore green3rd
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Filler",
    "version": "1.0",
    "description": "Automatically fill the form on the website.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "options_page": "options.html"
}