Encompass Integrated Communications

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

Co to jest Encompass Integrated Communications?

Encompass Integrated Communications to rozszerzenie Chrome opracowane przez Encompass Technologies, a jego główną funkcją jest „Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Encompass Integrated Communications

Pobierz pliki rozszerzeń Encompass Integrated Communications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Encompass Integrated Communications Encompass Integrated Communications
ID ndjhcmffjdlgfpcpceodiooadnjfcfgm
Oficjalny URL https://chromewebstore.google.com/detail/encompass-integrated-comm/ndjhcmffjdlgfpcpceodiooadnjfcfgm
Opis Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.
Rozmiar pliku 534 KB
Liczba instalacji 200
Aktualna Wersja 1.2.11
Ostatnia Aktualizacja 2022-04-07
Data Publikacji 2022-04-07
Deweloper Encompass Technologies
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}