Easy Form Filler

Easy Form Filler extension

Easy Form Fillerとは何ですか?

Easy Form Fillerは1showme.comによって開発されたChromeの拡張機能で、その主な機能は「Easy Form Filler extension」です。

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

screenshot

Easy Form Filler拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The extension allows you to easily save the entered data in the fields on web pages.
Filling in previously entered data is possible in manual and automatic mode.
When you open the extension window, only the data that has been entered on this web page is displayed.                    

拡張機能の基本情報

名前 Easy Form Filler Easy Form Filler
ID kkjjaaeondnopoihckldffjgeofjdlep
公式URL https://chromewebstore.google.com/detail/easy-form-filler/kkjjaaeondnopoihckldffjgeofjdlep
説明 Easy Form Filler extension
ファイルサイズ 388 KB
インストール数 33
現在のバージョン 1.0
最終更新日 2020-01-23
公開日 2020-01-20
開発者 1showme.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://1showme.com/privacy_policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Form Filler",
    "description": "Easy Form Filler extension",
    "version": "1.0",
    "icons": {
        "128": "favicon_128px_blue.png"
    },
    "browser_action": {
        "default_title": "Easy Form Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fill_fields.js",
                "extension.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}