Form Filler

Automatically fill the form on the website.

Was ist Form Filler?

Form Filler ist eine Chrome-Erweiterung, die von green3rd entwickelt wurde, und ihr Hauptmerkmal ist "Automatically fill the form on the website.".

Erweiterungsscreenshots

screenshot
screenshot
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

                        This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.                    

Grundlegende Informationen zur Erweiterung

Name Form Filler Form Filler
ID dgfgnhlcalihgnemejfldncmedabhfna
Offizielle URL https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna
Beschreibung Automatically fill the form on the website.
Dateigröße 144 KB
Installationsanzahl 92
Aktuelle Version 1.0
Letztes Update 2021-06-23
Veröffentlichungsdatum 2021-06-23
Entwickler green3rd
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Filler",
    "version": "1.0",
    "description": "Automatically fill the form on the website.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "options_page": "options.html"
}