Applied Epic Extension

Support advanced functionality while working in Applied Epic.

Co je Applied Epic Extension?

Applied Epic Extension je rozšíření Chrome vyvinuté Applied Systems, a jeho hlavní funkcí je „Support advanced functionality while working in Applied Epic.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Applied Epic Extension

Stáhněte si soubory rozšíření Applied Epic Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Applied Epic Extension Applied Epic Extension
ID jmigehagkgopllnhcjngjgfblmjladih
Oficiální URL https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih
Popis Support advanced functionality while working in Applied Epic.
Velikost souboru 17.79 KB
Počet instalací 70,000
Aktuální Verze 3.16.3
Poslední Aktualizace 2023-07-24
Datum Vydání 2021-01-08
Vývojář Applied Systems
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www1.appliedsystems.com/
Podporované Jazyky 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\/*"
    ]
}