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
官方網址 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": []
        }
    ]
}