Form Filler

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

Was ist Form Filler?

Form Filler ist eine Chrome-Erweiterung, die von https://formfiller.io entwickelt wurde, und ihr Hauptmerkmal ist "Save your time by prefilling any form on the internet with your information.".

Erweiterungsscreenshots

screenshot

Form Filler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Form Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
Offizielle URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Beschreibung Save your time by prefilling any form on the internet with your information.
Dateigröße 262 KB
Installationsanzahl 2,124
Aktuelle Version 1.0.7
Letztes Update 2024-02-07
Veröffentlichungsdatum 2021-06-02
Bewertung 2.38/5 Insgesamt 16 Bewertungen
Entwickler https://formfiller.io
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://tier5.us/chrome_extension
Unterstützte Sprachen 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"
}