Encompass Integrated Communications

Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.

Encompass Integrated Communicationsとは何ですか?

Encompass Integrated CommunicationsはEncompass Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.」です。

拡張機能のスクリーンショット

screenshot

Encompass Integrated Communications拡張機能のCRXファイルをダウンロード

Encompass Integrated Communications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Interact with Encompass Support using with Encompass Voice and Encompass Reflect.                    

拡張機能の基本情報

名前 Encompass Integrated Communications Encompass Integrated Communications
ID ndjhcmffjdlgfpcpceodiooadnjfcfgm
公式URL https://chromewebstore.google.com/detail/encompass-integrated-comm/ndjhcmffjdlgfpcpceodiooadnjfcfgm
説明 Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.
ファイルサイズ 534 KB
インストール数 200
現在のバージョン 1.2.11
最終更新日 2022-04-07
公開日 2022-04-07
開発者 Encompass Technologies
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Encompass Integrated Communications",
    "description": "Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.",
    "version": "1.2.11",
    "manifest_version": 3,
    "background": {
        "service_worker": "extension.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Encompass Integrated Communications"
    },
    "permissions": [
        "activeTab",
        "desktopCapture",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "guide.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}