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
官方URL 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
    }
}