FiTow EZ Fill

chrome extension

什么是FiTow EZ Fill?

FiTow EZ Fill是由FiTow开发的Chrome扩展程序,该扩展的主要功能是“chrome extension”。

扩展截图

screenshot

下载FiTow EZ Fill扩展crx文件

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

扩展使用说明

                        FiTow EZ Fill - Speed up your application filling process                    

扩展基本信息

名称 FiTow EZ Fill FiTow EZ Fill
ID jboipljckadlaoonlpbhebaiiggbjbhn
官方URL https://chromewebstore.google.com/detail/fitow-ez-fill/jboipljckadlaoonlpbhebaiiggbjbhn
简介 chrome extension
文件大小 79.96 KB
安装次数 262
当前版本 1.1.10
更新时间 2024-01-10
上架时间 2024-01-06
评分 5.00/5 共1次评分
开发者 FiTow
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.transax.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FiTow EZ Fill",
    "description": "chrome extension",
    "version": "1.1.10",
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fitow.ai\/*",
            "https:\/\/*.transax.com\/*"
        ]
    },
    "background": {
        "service_worker": "\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.lender.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "activeTab",
        "scripting"
    ]
}