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 là gì?

8x8 for Microsoft Teams là một tiện ích mở rộng Chrome được phát triển bởi 8x8integrations, và tính năng chính của nó là "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 8x8 for Microsoft Teams

Tải xuống các tệp mở rộng 8x8 for Microsoft Teams dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 8x8 for Microsoft Teams 8x8 for Microsoft Teams
ID ikhimagflhihgfcjdpgcopfkfnenggfe
URL Chính Thức https://chromewebstore.google.com/detail/8x8-for-microsoft-teams/ikhimagflhihgfcjdpgcopfkfnenggfe
Mô tả 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams
Kích Thước Tệp 7.13 KB
Số Lần Cài Đặt 503
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-11-09
Ngày Phát Hành 2019-11-08
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 8x8integrations
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.8x8.com/terms-and-conditions/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}