EasyForm AutoFill

Auto fill in your form using your saved information

Co to jest EasyForm AutoFill?

EasyForm AutoFill to rozszerzenie Chrome opracowane przez GX, a jego główną funkcją jest „Auto fill in your form using your saved information”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia EasyForm AutoFill

Pobierz pliki rozszerzeń EasyForm AutoFill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
Oficjalny URL https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
Opis Auto fill in your form using your saved information
Rozmiar pliku 207 KB
Liczba instalacji 7,677
Aktualna Wersja 1.2.3
Ostatnia Aktualizacja 2023-12-07
Data Publikacji 2019-01-03
Ocena 3.35/5 Łącznie 23 Oceny
Deweloper GX
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}