Form Filler

Save your time by prefilling any form on the internet with your information.

什么是Form Filler?

Form Filler是由https://formfiller.io开发的Chrome扩展程序,该扩展的主要功能是“Save your time by prefilling any form on the internet with your information.”。

扩展截图

screenshot

下载Form Filler扩展crx文件

下载Form Filler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

扩展基本信息

名称 Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
官方URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
简介 Save your time by prefilling any form on the internet with your information.
文件大小 262 KB
安装次数 2,124
当前版本 1.0.7
更新时间 2024-02-07
上架时间 2021-06-02
评分 2.38/5 共16次评分
开发者 https://formfiller.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://tier5.us/chrome_extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}