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
Eメール [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
    }
}