Applied Epic Extension
Support advanced functionality while working in Applied Epic.
Wat is Applied Epic Extension?
Applied Epic Extension is een Chrome-extensie ontwikkeld door Applied Systems, en de belangrijkste functie is "Support advanced functionality while working in Applied Epic.".
Extensie Screenshots
Download het CRX-bestand van de extensie Applied Epic Extension
Download Applied Epic Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Applied Epic Extension |
ID | jmigehagkgopllnhcjngjgfblmjladih |
Officiële URL | https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih |
Beschrijving | Support advanced functionality while working in Applied Epic. |
Bestandsgrootte | 17.79 KB |
Aantal Installaties | 70,000 |
Huidige Versie | 3.16.3 |
Laatst Bijgewerkt | 2023-07-24 |
Publicatiedatum | 2021-01-08 |
Ontwikkelaar | Applied Systems |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www1.appliedsystems.com/ |
Ondersteunde Talen | 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\/*" ] } |