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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 8x8integrations และคุณลักษณะหลักของมันคือ "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 8x8 for Microsoft Teams

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}