Auto form filler

fill out forms by one click

Qu'est-ce que Auto form filler ?

Auto form filler est une extension Chrome développée par sammerche84, et sa fonction principale est "fill out forms by one click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto form filler

Téléchargez les fichiers d'extension Auto 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

                        Just click on the extension icon on the top right corner of your browser and get values filled. 
The extension helps the users to fill a form with junk values on a click of a button. You can easily make changes to the junk values and submitting the form.

 The extension intelligently fills the value of the form field, so in-case of a phone number / email it will provide you a valid format, but sometimes your  may need to edit them. 
 Key features:
 - Absolutely no configuration required. 
- Just click on the extension icon on the top right corner of your browser and get values filled. 
- Fills random values for unrecognised fields.                    

Informations de Base sur l'Extension

Nom Auto form filler Auto form filler
ID kbglaobalcgfdgbbjinnnfmnfafomdcl
URL Officiel https://chromewebstore.google.com/detail/auto-form-filler/kbglaobalcgfdgbbjinnnfmnfafomdcl
Description fill out forms by one click
Taille du Fichier 17.17 KB
Nombre d'Installations 553
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-09-15
Date de Publication 2021-09-14
Évaluation 1.00/5 Total 1 Évaluations
Développeur sammerche84
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": " Auto form filler",
    "description": "fill out forms by one click",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}