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"
    }
}