Applied Epic Extension

Support advanced functionality while working in Applied Epic.

Applied Epic Extension là gì?

Applied Epic Extension là một tiện ích mở rộng Chrome được phát triển bởi Applied Systems, và tính năng chính của nó là "Support advanced functionality while working in Applied Epic.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Applied Epic Extension

Tải xuống các tệp mở rộng Applied Epic Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Applied Epic Extension Applied Epic Extension
ID jmigehagkgopllnhcjngjgfblmjladih
URL Chính Thức https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih
Mô tả Support advanced functionality while working in Applied Epic.
Kích Thước Tệp 17.79 KB
Số Lần Cài Đặt 70,000
Phiên Bản Hiện Tại 3.16.3
Cập Nhật Lần Cuối 2023-07-24
Ngày Phát Hành 2021-01-08
Nhà Phát Triển Applied Systems
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www1.appliedsystems.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}