Form Filler

Save your time by prefilling any form on the internet with your information.

Co to jest Form Filler?

Form Filler to rozszerzenie Chrome opracowane przez https://formfiller.io, a jego główną funkcją jest „Save your time by prefilling any form on the internet with your information.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Form Filler

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

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

Podstawowe informacje o rozszerzeniu

Nazwa Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
Oficjalny URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Opis Save your time by prefilling any form on the internet with your information.
Rozmiar pliku 262 KB
Liczba instalacji 2,124
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2024-02-07
Data Publikacji 2021-06-02
Ocena 2.38/5 Łącznie 16 Oceny
Deweloper https://formfiller.io
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://tier5.us/chrome_extension
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}