Applied Epic Extension
Support advanced functionality while working in Applied Epic.
Что такое Applied Epic Extension?
Applied Epic Extension - это расширение Chrome, разработанное Applied Systems, и его основная функция - "Support advanced functionality while working in Applied Epic.".
Снимки экрана расширения
Скачать файл CRX расширения Applied Epic Extension
Скачайте файлы расширений Applied Epic Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Applied Epic Extension |
ID | jmigehagkgopllnhcjngjgfblmjladih |
Официальный URL | https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih |
Описание | Support advanced functionality while working in Applied Epic. |
Размер файла | 17.79 KB |
Количество установок | 70,000 |
Текущая Версия | 3.16.3 |
Последнее Обновление | 2023-07-24 |
Дата публикации | 2021-01-08 |
Разработчик | Applied Systems |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www1.appliedsystems.com/ |
Поддерживаемые языки | 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\/*" ] } |