Easy Form Filler

Easy Form Filler extension

Wat is Easy Form Filler?

Easy Form Filler is een Chrome-extensie ontwikkeld door 1showme.com, en de belangrijkste functie is "Easy Form Filler extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Easy Form Filler

Download Easy 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

                        The extension allows you to easily save the entered data in the fields on web pages.
Filling in previously entered data is possible in manual and automatic mode.
When you open the extension window, only the data that has been entered on this web page is displayed.                    

Basisinformatie over de Extensie

Naam Easy Form Filler Easy Form Filler
ID kkjjaaeondnopoihckldffjgeofjdlep
Officiële URL https://chromewebstore.google.com/detail/easy-form-filler/kkjjaaeondnopoihckldffjgeofjdlep
Beschrijving Easy Form Filler extension
Bestandsgrootte 388 KB
Aantal Installaties 33
Huidige Versie 1.0
Laatst Bijgewerkt 2020-01-23
Publicatiedatum 2020-01-20
Ontwikkelaar 1showme.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://1showme.com/privacy_policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Form Filler",
    "description": "Easy Form Filler extension",
    "version": "1.0",
    "icons": {
        "128": "favicon_128px_blue.png"
    },
    "browser_action": {
        "default_title": "Easy Form Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fill_fields.js",
                "extension.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}