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
Eメール [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\/*"
    ]
}