smartfiller-chrome

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

smartfiller-chromeとは何ですか?

smartfiller-chromeはpablotomasbordaによって開発されたChromeの拡張機能で、その主な機能は「Learns as you fill forms, you will never have to type the same thing twice.」です。

拡張機能のスクリーンショット

screenshot

smartfiller-chrome拡張機能のCRXファイルをダウンロード

smartfiller-chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 smartfiller-chrome smartfiller-chrome
ID fhlkmhgjnaiojghodnfmaienkjooccah
公式URL https://chrome.google.com/webstore/detail/smartfiller-chrome/fhlkmhgjnaiojghodnfmaienkjooccah
説明 Learns as you fill forms, you will never have to type the same thing twice.
ファイルサイズ 57.55 KB
インストール数 117
現在のバージョン 1.1
最終更新日 2018-03-13
公開日 2018-03-13
評価 2.33/5 合計 3 レビュー
開発者 pablotomasborda
支払い方法 free
拡張機能のウェブサイト https://github.com/PabloBorda/smartfiller-chrome
ヘルプページのURL https://github.com/PabloBorda/smartfiller-chrome
対応言語 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"
    }
}