EasyForm AutoFill

Auto fill in your form using your saved information

Cos'è EasyForm AutoFill?

EasyForm AutoFill è un'estensione di Chrome sviluppata da GX, e la sua funzione principale è "Auto fill in your form using your saved information".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EasyForm AutoFill

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

                        You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved                    

Informazioni di Base sull'Estensione

Nome EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
URL Ufficiale https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
Descrizione Auto fill in your form using your saved information
Dimensione del File 207 KB
Conteggio Installazioni 7,677
Versione Corrente 1.2.3
Ultimo Aggiornamento 2023-12-07
Data di Pubblicazione 2019-01-03
Valutazione 3.35/5 Totale 23 Valutazioni
Sviluppatore GX
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyForm AutoFill",
    "description": "Auto fill in your form using your saved information",
    "version": "1.2.3",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "48": ".\/icons\/icon-form48.png",
        "128": ".\/icons\/icon-form128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/icons\/icon-form48.png",
            "128": ".\/icons\/icon-form128.png"
        },
        "default_title": "EasyForm AutoFill",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}