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