Applied Epic Extension

Support advanced functionality while working in Applied Epic.

Qu'est-ce que Applied Epic Extension ?

Applied Epic Extension est une extension Chrome développée par Applied Systems, et sa fonction principale est "Support advanced functionality while working in Applied Epic.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Applied Epic Extension

Téléchargez les fichiers d'extension Applied Epic Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Applied Epic Extension Applied Epic Extension
ID jmigehagkgopllnhcjngjgfblmjladih
URL Officiel https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih
Description Support advanced functionality while working in Applied Epic.
Taille du Fichier 17.79 KB
Nombre d'Installations 70,000
Version Actuelle 3.16.3
Dernière Mise à Jour 2023-07-24
Date de Publication 2021-01-08
Développeur Applied Systems
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www1.appliedsystems.com/
Langues Prises en Charge 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\/*"
    ]
}