Applied Epic Extension
Support advanced functionality while working in Applied Epic.
O que é Applied Epic Extension?
Applied Epic Extension é uma extensão do Chrome desenvolvida por Applied Systems, e sua principal característica é "Support advanced functionality while working in Applied Epic.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Applied Epic Extension
Baixe arquivos de extensão Applied Epic Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Applied Epic Extension |
ID | jmigehagkgopllnhcjngjgfblmjladih |
URL Oficial | https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih |
Descrição | Support advanced functionality while working in Applied Epic. |
Tamanho do Arquivo | 17.79 KB |
Contagem de Instalações | 70,000 |
Versão Atual | 3.16.3 |
Última Atualização | 2023-07-24 |
Data de Publicação | 2021-01-08 |
Desenvolvedor | Applied Systems |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www1.appliedsystems.com/ |
Idiomas Suportados | 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\/*" ] } |