EasyForm AutoFill

Auto fill in your form using your saved information

Wat is EasyForm AutoFill?

EasyForm AutoFill is een Chrome-extensie ontwikkeld door GX, en de belangrijkste functie is "Auto fill in your form using your saved information".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EasyForm AutoFill

Download EasyForm AutoFill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
Officiële URL https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
Beschrijving Auto fill in your form using your saved information
Bestandsgrootte 207 KB
Aantal Installaties 7,677
Huidige Versie 1.2.3
Laatst Bijgewerkt 2023-12-07
Publicatiedatum 2019-01-03
Beoordeling 3.35/5 Totaal 23 Beoordelingen
Ontwikkelaar GX
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}