smartfiller-chrome

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

Wat is smartfiller-chrome?

smartfiller-chrome is een Chrome-extensie ontwikkeld door pablotomasborda, en de belangrijkste functie is "Learns as you fill forms, you will never have to type the same thing twice.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie smartfiller-chrome

Download smartfiller-chrome-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

                        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.                    

Basisinformatie over de Extensie

Naam smartfiller-chrome smartfiller-chrome
ID fhlkmhgjnaiojghodnfmaienkjooccah
Officiële URL https://chrome.google.com/webstore/detail/smartfiller-chrome/fhlkmhgjnaiojghodnfmaienkjooccah
Beschrijving Learns as you fill forms, you will never have to type the same thing twice.
Bestandsgrootte 57.55 KB
Aantal Installaties 117
Huidige Versie 1.1
Laatst Bijgewerkt 2018-03-13
Publicatiedatum 2018-03-13
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar pablotomasborda
Betalingswijze free
Extensiewebsite https://github.com/PabloBorda/smartfiller-chrome
Help Pagina-URL https://github.com/PabloBorda/smartfiller-chrome
Ondersteunde Talen 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"
    }
}