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
官方網址 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
電子郵箱 [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"
    ]
}