EasyForm AutoFill

Auto fill in your form using your saved information

Hvad er EasyForm AutoFill?

EasyForm AutoFill er en Chrome-udvidelse udviklet af GX, og dens hovedfunktion er "Auto fill in your form using your saved information".

Udvidelsesskærmbilleder

screenshot

Download EasyForm AutoFill-udvidelses-CRX-fil

Download EasyForm AutoFill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
Officiel URL https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
Beskrivelse Auto fill in your form using your saved information
Filstørrelse 207 KB
Antal Installationer 7,677
Nuværende Version 1.2.3
Senest Opdateret 2023-12-07
Udgivelsesdato 2019-01-03
Bedømmelse 3.35/5 Samlet 23 Bedømmelser
Udvikler GX
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}