Applied Epic Extension
Support advanced functionality while working in Applied Epic.
Vad är Applied Epic Extension?
Applied Epic Extension är en Chrome-tillägg utvecklad av Applied Systems, och dess huvudfunktion är "Support advanced functionality while working in Applied Epic.".
Tilläggsskärmbilder
Ladda ner Applied Epic Extension-förlängningens CRX-fil
Ladda ner Applied Epic Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Applied Epic Extension |
ID | jmigehagkgopllnhcjngjgfblmjladih |
Officiell webbadress | https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih |
Beskrivning | Support advanced functionality while working in Applied Epic. |
Filstorlek | 17.79 KB |
Antal Installationer | 70,000 |
Aktuell Version | 3.16.3 |
Senast Uppdaterad | 2023-07-24 |
Publiceringsdatum | 2021-01-08 |
Utvecklare | Applied Systems |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www1.appliedsystems.com/ |
Stödda Språk | 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\/*" ] } |