smartfiller-chrome

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

What is smartfiller-chrome?

smartfiller-chrome is a Chrome extension developed by pablotomasborda, and its main feature is "Learns as you fill forms, you will never have to type the same thing twice.".

Extension Screenshots

screenshot

Download smartfiller-chrome Extension CRX File

Download smartfiller-chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name smartfiller-chrome smartfiller-chrome
ID fhlkmhgjnaiojghodnfmaienkjooccah
Official URL 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.
File Size 57.55 KB
Installation Count 117
Current Version 1.1
Last Updated 2018-03-13
Publish Date 2018-03-13
Rating 2.33/5 Total 3 Ratings
Developer pablotomasborda
Payment Type free
Extension Website https://github.com/PabloBorda/smartfiller-chrome
Help Page URL https://github.com/PabloBorda/smartfiller-chrome
Supported Languages 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"
    }
}