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.”。

擴展截圖

screenshot
screenshot

下載Applied Epic Extension擴展crx文件

下載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 Applied Epic Extension
ID jmigehagkgopllnhcjngjgfblmjladih
官方網址 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\/*"
    ]
}