8x8 for Microsoft Teams

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

Vad är 8x8 for Microsoft Teams?

8x8 for Microsoft Teams är en Chrome-tillägg utvecklad av 8x8integrations, och dess huvudfunktion är "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams".

Tilläggsskärmbilder

screenshot

Ladda ner 8x8 for Microsoft Teams-förlängningens CRX-fil

Ladda ner 8x8 for Microsoft Teams-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn 8x8 for Microsoft Teams 8x8 for Microsoft Teams
ID ikhimagflhihgfcjdpgcopfkfnenggfe
Officiell webbadress https://chromewebstore.google.com/detail/8x8-for-microsoft-teams/ikhimagflhihgfcjdpgcopfkfnenggfe
Beskrivning 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams
Filstorlek 7.13 KB
Antal Installationer 503
Aktuell Version 1.0
Senast Uppdaterad 2019-11-09
Publiceringsdatum 2019-11-08
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare 8x8integrations
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.8x8.com/terms-and-conditions/privacy-policy
Stödda Språk 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
    }
}