EasyForm AutoFill

Auto fill in your form using your saved information

什么是EasyForm AutoFill?

EasyForm AutoFill是由GX开发的Chrome扩展程序,该扩展的主要功能是“Auto fill in your form using your saved information”。

扩展截图

screenshot

下载EasyForm AutoFill扩展crx文件

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

扩展使用说明

                        You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved                    

扩展基本信息

名称 EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
官方URL https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
简介 Auto fill in your form using your saved information
文件大小 207 KB
安装次数 7,677
当前版本 1.2.3
更新时间 2023-12-07
上架时间 2019-01-03
评分 3.35/5 共23次评分
开发者 GX
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyForm AutoFill",
    "description": "Auto fill in your form using your saved information",
    "version": "1.2.3",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "48": ".\/icons\/icon-form48.png",
        "128": ".\/icons\/icon-form128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/icons\/icon-form48.png",
            "128": ".\/icons\/icon-form128.png"
        },
        "default_title": "EasyForm AutoFill",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}