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\/*" ] } |