smartfiller-chrome

Learns as you fill forms, you will never have to type the same thing twice.

Qu'est-ce que smartfiller-chrome ?

smartfiller-chrome est une extension Chrome développée par pablotomasborda, et sa fonction principale est "Learns as you fill forms, you will never have to type the same thing twice.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension smartfiller-chrome

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

                        Learns as you fill forms, you will never have to type the same thing twice.
Works in your local browser memory, no server no cloud no accounts, no
payments, no subscription, and not filling the information in the form
filler. 
You are the only owner of the information.                    

Informations de Base sur l'Extension

Nom smartfiller-chrome smartfiller-chrome
ID fhlkmhgjnaiojghodnfmaienkjooccah
URL Officiel https://chrome.google.com/webstore/detail/smartfiller-chrome/fhlkmhgjnaiojghodnfmaienkjooccah
Description Learns as you fill forms, you will never have to type the same thing twice.
Taille du Fichier 57.55 KB
Nombre d'Installations 117
Version Actuelle 1.1
Dernière Mise à Jour 2018-03-13
Date de Publication 2018-03-13
Évaluation 2.33/5 Total 3 Évaluations
Développeur pablotomasborda
Type de Paiement free
Site Web de l'Extension https://github.com/PabloBorda/smartfiller-chrome
URL de la Page d'Aide https://github.com/PabloBorda/smartfiller-chrome
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "smartfiller-chrome",
    "description": "Learns as you fill forms, you will never have to type the same thing twice.",
    "version": "1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "jquery-2.1.0.min.js",
            "main.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "form.png",
        "default_popup": "background.html"
    }
}