Ezyagent

This extension is made for Farmers Insurance Agents

什么是Ezyagent?

Ezyagent是由saif开发的Chrome扩展程序,该扩展的主要功能是“This extension is made for Farmers Insurance Agents”。

扩展截图

screenshot

下载Ezyagent扩展crx文件

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

扩展使用说明

                        This extension is made for Farmers Insurance Agents.

Purpose of extension is to make data access easy for Farmers Agents from their dashboard.

Extension reads data from dashboard page and exports to ezyagent under "Manage Alert" feature.                    

扩展基本信息

名称 Ezyagent Ezyagent
ID kfipneponlendhhmleppnmgeknjphplg
官方URL https://chromewebstore.google.com/detail/ezyagent/kfipneponlendhhmleppnmgeknjphplg
简介 This extension is made for Farmers Insurance Agents
文件大小 174 KB
安装次数 209
当前版本 4.3.10
更新时间 2023-12-11
上架时间 2022-09-04
开发者 saif
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ezyagent.com/
隐私政策页面URL https://ezyagent1.wpengine.com/wp-content/uploads/2021/04/Privacystatement.pdf
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension is made for Farmers Insurance Agents",
    "version": "4.3.10",
    "manifest_version": 3,
    "name": "Ezyagent",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logoMain.png"
    },
    "icons": {
        "128": "logoMain.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}