Applied Epic Extension
Support advanced functionality while working in Applied Epic.
Hvad er Applied Epic Extension?
Applied Epic Extension er en Chrome-udvidelse udviklet af Applied Systems, og dens hovedfunktion er "Support advanced functionality while working in Applied Epic.".
Udvidelsesskærmbilleder
Download Applied Epic Extension-udvidelses-CRX-fil
Download Applied Epic Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Applied Epic Extension |
ID | jmigehagkgopllnhcjngjgfblmjladih |
Officiel URL | https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih |
Beskrivelse | Support advanced functionality while working in Applied Epic. |
Filstørrelse | 17.79 KB |
Antal Installationer | 70,000 |
Nuværende Version | 3.16.3 |
Senest Opdateret | 2023-07-24 |
Udgivelsesdato | 2021-01-08 |
Udvikler | Applied Systems |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www1.appliedsystems.com/ |
Understøttede Sprog | 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\/*" ] } |