Form Filler

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

Qu'est-ce que Form Filler ?

Form Filler est une extension Chrome développée par https://formfiller.io, et sa fonction principale est "Save your time by prefilling any form on the internet with your information.".

Captures d'Écran de l'Extension

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

                        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.                    

Informations de Base sur l'Extension

Nom Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
URL Officiel https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Description Save your time by prefilling any form on the internet with your information.
Taille du Fichier 262 KB
Nombre d'Installations 2,124
Version Actuelle 1.0.7
Dernière Mise à Jour 2024-02-07
Date de Publication 2021-06-02
Évaluation 2.38/5 Total 16 Évaluations
Développeur https://formfiller.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://tier5.us/chrome_extension
Langues Prises en Charge 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"
}