Encompass Integrated Communications

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

Hvad er Encompass Integrated Communications?

Encompass Integrated Communications er en Chrome-udvidelse udviklet af Encompass Technologies, og dens hovedfunktion er "Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.".

Udvidelsesskærmbilleder

screenshot

Download Encompass Integrated Communications-udvidelses-CRX-fil

Download Encompass Integrated Communications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Encompass Integrated Communications Encompass Integrated Communications
ID ndjhcmffjdlgfpcpceodiooadnjfcfgm
Officiel URL https://chromewebstore.google.com/detail/encompass-integrated-comm/ndjhcmffjdlgfpcpceodiooadnjfcfgm
Beskrivelse Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.
Filstørrelse 534 KB
Antal Installationer 200
Nuværende Version 1.2.11
Senest Opdateret 2022-04-07
Udgivelsesdato 2022-04-07
Udvikler Encompass Technologies
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}