Encompass Integrated Communications

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

Что такое Encompass Integrated Communications?

Encompass Integrated Communications - это расширение Chrome, разработанное Encompass Technologies, и его основная функция - "Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Encompass Integrated Communications

Скачайте файлы расширений 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"
    }
}