Easy Form Filler

Easy Form Filler extension

Co to jest Easy Form Filler?

Easy Form Filler to rozszerzenie Chrome opracowane przez 1showme.com, a jego główną funkcją jest „Easy Form Filler extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Easy Form Filler

Pobierz pliki rozszerzeń Easy Form Filler 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

                        The extension allows you to easily save the entered data in the fields on web pages.
Filling in previously entered data is possible in manual and automatic mode.
When you open the extension window, only the data that has been entered on this web page is displayed.                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy Form Filler Easy Form Filler
ID kkjjaaeondnopoihckldffjgeofjdlep
Oficjalny URL https://chromewebstore.google.com/detail/easy-form-filler/kkjjaaeondnopoihckldffjgeofjdlep
Opis Easy Form Filler extension
Rozmiar pliku 388 KB
Liczba instalacji 33
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-01-23
Data Publikacji 2020-01-20
Deweloper 1showme.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://1showme.com/privacy_policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Form Filler",
    "description": "Easy Form Filler extension",
    "version": "1.0",
    "icons": {
        "128": "favicon_128px_blue.png"
    },
    "browser_action": {
        "default_title": "Easy Form Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fill_fields.js",
                "extension.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}