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
Eメール [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": []
        }
    ]
}