Form Filler

Automatically fill the form on the website.

Qu'est-ce que Form Filler ?

Form Filler est une extension Chrome développée par green3rd, et sa fonction principale est "Automatically fill the form on the website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Form Filler

Téléchargez les fichiers d'extension Form Filler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Form Filler Form Filler
ID dgfgnhlcalihgnemejfldncmedabhfna
URL Officiel https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna
Description Automatically fill the form on the website.
Taille du Fichier 144 KB
Nombre d'Installations 92
Version Actuelle 1.0
Dernière Mise à Jour 2021-06-23
Date de Publication 2021-06-23
Développeur green3rd
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}