8x8 for Microsoft Teams

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

Wat is 8x8 for Microsoft Teams?

8x8 for Microsoft Teams is een Chrome-extensie ontwikkeld door 8x8integrations, en de belangrijkste functie is "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 8x8 for Microsoft Teams

Download 8x8 for Microsoft Teams-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

                        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                    

Basisinformatie over de Extensie

Naam 8x8 for Microsoft Teams 8x8 for Microsoft Teams
ID ikhimagflhihgfcjdpgcopfkfnenggfe
Officiële URL https://chromewebstore.google.com/detail/8x8-for-microsoft-teams/ikhimagflhihgfcjdpgcopfkfnenggfe
Beschrijving 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams
Bestandsgrootte 7.13 KB
Aantal Installaties 503
Huidige Versie 1.0
Laatst Bijgewerkt 2019-11-09
Publicatiedatum 2019-11-08
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 8x8integrations
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.8x8.com/terms-and-conditions/privacy-policy
Ondersteunde Talen 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
    }
}