Applied Epic Extension
Support advanced functionality while working in Applied Epic.
Applied Epic Extension란 무엇입니까?
Applied Epic Extension은(는) Applied Systems에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Support advanced functionality while working in Applied Epic."입니다.
확장 프로그램 스크린샷
Applied Epic Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |