8x8 for Microsoft Teams

8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams

Cos'è 8x8 for Microsoft Teams?

8x8 for Microsoft Teams è un'estensione di Chrome sviluppata da 8x8integrations, e la sua funzione principale è "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 8x8 for Microsoft Teams

Scarica i file di estensione 8x8 for Microsoft Teams in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        8x8's out-of-the-box integration with Microsoft Teams allows click to call a Microsoft Team member.

An 8x8 dialer allows to receive and make calls.

Key Benefits:
Increased Productivity
8x8 dialer functionality                    

Informazioni di Base sull'Estensione

Nome 8x8 for Microsoft Teams 8x8 for Microsoft Teams
ID ikhimagflhihgfcjdpgcopfkfnenggfe
URL Ufficiale https://chromewebstore.google.com/detail/8x8-for-microsoft-teams/ikhimagflhihgfcjdpgcopfkfnenggfe
Descrizione 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams
Dimensione del File 7.13 KB
Conteggio Installazioni 503
Versione Corrente 1.0
Ultimo Aggiornamento 2019-11-09
Data di Pubblicazione 2019-11-08
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore 8x8integrations
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.8x8.com/terms-and-conditions/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "8x8 for Microsoft Teams",
    "description": "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams",
    "version": "1.0",
    "browser_action": {
        "default_title": "8x8 for Microsoft Teams"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "agentmodelservice.js",
            "background.js"
        ],
        "persistent": true
    }
}