Ezyagent

This extension is made for Farmers Insurance Agents

What is Ezyagent?

Ezyagent is a Chrome extension developed by saif, and its main feature is "This extension is made for Farmers Insurance Agents".

Extension Screenshots

screenshot

Download Ezyagent Extension CRX File

Download Ezyagent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ezyagent Ezyagent
ID kfipneponlendhhmleppnmgeknjphplg
Official URL https://chromewebstore.google.com/detail/ezyagent/kfipneponlendhhmleppnmgeknjphplg
Description This extension is made for Farmers Insurance Agents
File Size 174 KB
Installation Count 209
Current Version 4.3.10
Last Updated 2023-12-11
Publish Date 2022-09-04
Developer saif
Email [email protected]
Payment Type free
Extension Website https://ezyagent.com/
Privacy Policy Page URL https://ezyagent1.wpengine.com/wp-content/uploads/2021/04/Privacystatement.pdf
Supported Languages 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": []
        }
    ]
}