Encompass Integrated Communications

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

Wat is Encompass Integrated Communications?

Encompass Integrated Communications is een Chrome-extensie ontwikkeld door Encompass Technologies, en de belangrijkste functie is "Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Encompass Integrated Communications

Download Encompass Integrated Communications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Encompass Integrated Communications Encompass Integrated Communications
ID ndjhcmffjdlgfpcpceodiooadnjfcfgm
Officiële URL https://chromewebstore.google.com/detail/encompass-integrated-comm/ndjhcmffjdlgfpcpceodiooadnjfcfgm
Beschrijving Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.
Bestandsgrootte 534 KB
Aantal Installaties 200
Huidige Versie 1.2.11
Laatst Bijgewerkt 2022-04-07
Publicatiedatum 2022-04-07
Ontwikkelaar Encompass Technologies
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}