Applied Epic Extension
Support advanced functionality while working in Applied Epic.
Apa itu Applied Epic Extension?
Applied Epic Extension adalah ekstensi Chrome yang dikembangkan oleh Applied Systems, dan fitur utamanya adalah "Support advanced functionality while working in Applied Epic.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Applied Epic Extension
Unduh file ekstensi Applied Epic Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Applied Epic Extension |
ID | jmigehagkgopllnhcjngjgfblmjladih |
URL Resmi | https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih |
Deskripsi | Support advanced functionality while working in Applied Epic. |
Ukuran File | 17.79 KB |
Jumlah Instalasi | 70,000 |
Versi Saat Ini | 3.16.3 |
Terakhir Diperbarui | 2023-07-24 |
Tanggal Publikasi | 2021-01-08 |
Pengembang | Applied Systems |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www1.appliedsystems.com/ |
Bahasa yang Didukung | 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\/*" ] } |