Applied Epic Extension

Support advanced functionality while working in Applied Epic.

What is Applied Epic Extension?

Applied Epic Extension is a Chrome extension developed by Applied Systems, and its main feature is "Support advanced functionality while working in Applied Epic.".

Extension Screenshots

screenshot
screenshot

Download Applied Epic Extension Extension CRX File

Download Applied Epic Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Applied Epic Extension Applied Epic Extension
ID jmigehagkgopllnhcjngjgfblmjladih
Official URL https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih
Description Support advanced functionality while working in Applied Epic.
File Size 17.79 KB
Installation Count 70,000
Current Version 3.16.3
Last Updated 2023-07-24
Publish Date 2021-01-08
Developer Applied Systems
Email [email protected]
Payment Type free
Extension Website https://www1.appliedsystems.com/
Supported Languages 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\/*"
    ]
}