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
电子邮箱 [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"
    ]
}