Encompass Integrated Communications

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

Encompass Integrated Communications là gì?

Encompass Integrated Communications là một tiện ích mở rộng Chrome được phát triển bởi Encompass Technologies, và tính năng chính của nó là "Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Encompass Integrated Communications

Tải xuống các tệp mở rộng Encompass Integrated Communications 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

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

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

Tên Encompass Integrated Communications Encompass Integrated Communications
ID ndjhcmffjdlgfpcpceodiooadnjfcfgm
URL Chính Thức https://chromewebstore.google.com/detail/encompass-integrated-comm/ndjhcmffjdlgfpcpceodiooadnjfcfgm
Mô tả Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.
Kích Thước Tệp 534 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 1.2.11
Cập Nhật Lần Cuối 2022-04-07
Ngày Phát Hành 2022-04-07
Nhà Phát Triển Encompass Technologies
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}