8x8 for Microsoft Teams

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

什麼是8x8 for Microsoft Teams?

8x8 for Microsoft Teams是由8x8integrations開發的Chrome擴展程式,該擴展的主要功能是“8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams”。

擴展截圖

screenshot

下載8x8 for Microsoft Teams擴展crx文件

下載8x8 for Microsoft Teams擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 8x8 for Microsoft Teams 8x8 for Microsoft Teams
ID ikhimagflhihgfcjdpgcopfkfnenggfe
官方網址 https://chromewebstore.google.com/detail/8x8-for-microsoft-teams/ikhimagflhihgfcjdpgcopfkfnenggfe
簡介 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams
檔案大小 7.13 KB
安裝次數 503
目前版本 1.0
更新時間 2019-11-09
上架時間 2019-11-08
評分 4.00/5 共 1 次評分
開發者 8x8integrations
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.8x8.com/terms-and-conditions/privacy-policy
支援的語言 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
    }
}