Ezyagent

This extension is made for Farmers Insurance Agents

Ezyagent là gì?

Ezyagent là một tiện ích mở rộng Chrome được phát triển bởi saif, và tính năng chính của nó là "This extension is made for Farmers Insurance Agents".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ezyagent

Tải xuống các tệp mở rộng Ezyagent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ezyagent Ezyagent
ID kfipneponlendhhmleppnmgeknjphplg
URL Chính Thức https://chromewebstore.google.com/detail/ezyagent/kfipneponlendhhmleppnmgeknjphplg
Mô tả This extension is made for Farmers Insurance Agents
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 4.3.10
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2022-09-04
Nhà Phát Triển saif
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ezyagent.com/
URL Trang Chính Sách Bảo Mật https://ezyagent1.wpengine.com/wp-content/uploads/2021/04/Privacystatement.pdf
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}