Ezyagent

This extension is made for Farmers Insurance Agents

Cos'è Ezyagent?

Ezyagent è un'estensione di Chrome sviluppata da saif, e la sua funzione principale è "This extension is made for Farmers Insurance Agents".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ezyagent

Scarica i file di estensione Ezyagent in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ezyagent Ezyagent
ID kfipneponlendhhmleppnmgeknjphplg
URL Ufficiale https://chromewebstore.google.com/detail/ezyagent/kfipneponlendhhmleppnmgeknjphplg
Descrizione This extension is made for Farmers Insurance Agents
Dimensione del File 174 KB
Conteggio Installazioni 209
Versione Corrente 4.3.10
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2022-09-04
Sviluppatore saif
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ezyagent.com/
URL della Pagina della Politica sulla Privacy https://ezyagent1.wpengine.com/wp-content/uploads/2021/04/Privacystatement.pdf
Lingue Supportate 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": []
        }
    ]
}