Encompass Integrated Communications

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

Apa itu Encompass Integrated Communications?

Encompass Integrated Communications adalah ekstensi Chrome yang dikembangkan oleh Encompass Technologies, dan fitur utamanya adalah "Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Encompass Integrated Communications

Unduh file ekstensi Encompass Integrated Communications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Encompass Integrated Communications Encompass Integrated Communications
ID ndjhcmffjdlgfpcpceodiooadnjfcfgm
URL Resmi https://chromewebstore.google.com/detail/encompass-integrated-comm/ndjhcmffjdlgfpcpceodiooadnjfcfgm
Deskripsi Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.
Ukuran File 534 KB
Jumlah Instalasi 200
Versi Saat Ini 1.2.11
Terakhir Diperbarui 2022-04-07
Tanggal Publikasi 2022-04-07
Pengembang Encompass Technologies
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}