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
电子邮箱 [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"
    }
}