Ezyagent

This extension is made for Farmers Insurance Agents

Wat is Ezyagent?

Ezyagent is een Chrome-extensie ontwikkeld door saif, en de belangrijkste functie is "This extension is made for Farmers Insurance Agents".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ezyagent

Download Ezyagent-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ezyagent Ezyagent
ID kfipneponlendhhmleppnmgeknjphplg
Officiële URL https://chromewebstore.google.com/detail/ezyagent/kfipneponlendhhmleppnmgeknjphplg
Beschrijving This extension is made for Farmers Insurance Agents
Bestandsgrootte 174 KB
Aantal Installaties 209
Huidige Versie 4.3.10
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2022-09-04
Ontwikkelaar saif
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ezyagent.com/
URL van de Privacybeleid Pagina https://ezyagent1.wpengine.com/wp-content/uploads/2021/04/Privacystatement.pdf
Ondersteunde Talen 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": []
        }
    ]
}