Autofill

Automatically enter form (text, select, radio)

Cos'è Autofill?

Autofill è un'estensione di Chrome sviluppata da t4y3, e la sua funzione principale è "Automatically enter form (text, select, radio)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autofill

Scarica i file di estensione Autofill 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

                                            

Informazioni di Base sull'Estensione

Nome Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
URL Ufficiale https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
Descrizione Automatically enter form (text, select, radio)
Dimensione del File 61.29 KB
Conteggio Installazioni 219
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Sviluppatore t4y3
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autofill",
    "description": "Automatically enter form (text, select, radio)",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Autofill",
        "default_popup": ".\/build\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}