Form Filler

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

Wat is Form Filler?

Form Filler is een Chrome-extensie ontwikkeld door https://formfiller.io, en de belangrijkste functie is "Save your time by prefilling any form on the internet with your information.".

Extensie Screenshots

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

                        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.                    

Basisinformatie over de Extensie

Naam Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
Officiële URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Beschrijving Save your time by prefilling any form on the internet with your information.
Bestandsgrootte 262 KB
Aantal Installaties 2,124
Huidige Versie 1.0.7
Laatst Bijgewerkt 2024-02-07
Publicatiedatum 2021-06-02
Beoordeling 2.38/5 Totaal 16 Beoordelingen
Ontwikkelaar https://formfiller.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tier5.us/chrome_extension
Ondersteunde Talen 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"
}