Form Filler

Automatically fill the form on the website.

Wat is Form Filler?

Form Filler is een Chrome-extensie ontwikkeld door green3rd, en de belangrijkste functie is "Automatically fill the form on the website.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Form Filler

Download Form Filler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Form Filler Form Filler
ID dgfgnhlcalihgnemejfldncmedabhfna
Officiële URL https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna
Beschrijving Automatically fill the form on the website.
Bestandsgrootte 144 KB
Aantal Installaties 92
Huidige Versie 1.0
Laatst Bijgewerkt 2021-06-23
Publicatiedatum 2021-06-23
Ontwikkelaar green3rd
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}