Applied Epic Extension

Support advanced functionality while working in Applied Epic.

Cos'è Applied Epic Extension?

Applied Epic Extension è un'estensione di Chrome sviluppata da Applied Systems, e la sua funzione principale è "Support advanced functionality while working in Applied Epic.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Applied Epic Extension

Scarica i file di estensione Applied Epic Extension 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

                        Applied Epic is the most technologically advanced cloud-based software application built for independent insurance agencies to automate business operations and drive connectivity to insurers and insureds in the changing insurance marketplace.

To use this extension, you'll need to be signed in to Applied Epic and install the Applied Epic Desktop Connector. From the Help menu within Applied Epic, follow the on-screen instructions to complete this necessary install. Once the desktop connector and extension are installed, you'll have access to enhanced workflows throughout Applied Epic.                    

Informazioni di Base sull'Estensione

Nome Applied Epic Extension Applied Epic Extension
ID jmigehagkgopllnhcjngjgfblmjladih
URL Ufficiale https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih
Descrizione Support advanced functionality while working in Applied Epic.
Dimensione del File 17.79 KB
Conteggio Installazioni 70,000
Versione Corrente 3.16.3
Ultimo Aggiornamento 2023-07-24
Data di Pubblicazione 2021-01-08
Sviluppatore Applied Systems
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www1.appliedsystems.com/
Lingue Supportate en,en-GB,en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "author": "Applied Systems",
    "description": "__MSG_extDescription__",
    "version": "3.16.3",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.appliedepic.com\/*"
        ]
    },
    "manifest_version": 3,
    "permissions": [
        "nativeMessaging",
        "management",
        "cookies",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.appliedepic.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.appliedepic.com\/*"
    ]
}