Applied Epic Extension

Support advanced functionality while working in Applied Epic.

Was ist Applied Epic Extension?

Applied Epic Extension ist eine Chrome-Erweiterung, die von Applied Systems entwickelt wurde, und ihr Hauptmerkmal ist "Support advanced functionality while working in Applied Epic.".

Erweiterungsscreenshots

screenshot
screenshot

Applied Epic Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Applied Epic Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Applied Epic Extension Applied Epic Extension
ID jmigehagkgopllnhcjngjgfblmjladih
Offizielle URL https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih
Beschreibung Support advanced functionality while working in Applied Epic.
Dateigröße 17.79 KB
Installationsanzahl 70,000
Aktuelle Version 3.16.3
Letztes Update 2023-07-24
Veröffentlichungsdatum 2021-01-08
Entwickler Applied Systems
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www1.appliedsystems.com/
Unterstützte Sprachen 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\/*"
    ]
}