smartfiller-chrome

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

Co je smartfiller-chrome?

smartfiller-chrome je rozšíření Chrome vyvinuté pablotomasborda, a jeho hlavní funkcí je „Learns as you fill forms, you will never have to type the same thing twice.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření smartfiller-chrome

Stáhněte si soubory rozšíření smartfiller-chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název smartfiller-chrome smartfiller-chrome
ID fhlkmhgjnaiojghodnfmaienkjooccah
Oficiální URL https://chrome.google.com/webstore/detail/smartfiller-chrome/fhlkmhgjnaiojghodnfmaienkjooccah
Popis Learns as you fill forms, you will never have to type the same thing twice.
Velikost souboru 57.55 KB
Počet instalací 117
Aktuální Verze 1.1
Poslední Aktualizace 2018-03-13
Datum Vydání 2018-03-13
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář pablotomasborda
Typ Platby free
Webové stránky Rozšíření https://github.com/PabloBorda/smartfiller-chrome
URL Stránky Nápovědy https://github.com/PabloBorda/smartfiller-chrome
Podporované Jazyky 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"
    }
}