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
官方網址 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
電子郵箱 [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"
    }
}