Enable Teams Calling

Enable teams calling

Enable Teams Callingคืออะไร?

Enable Teams Calling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rene.steen123 และคุณลักษณะหลักของมันคือ "Enable teams calling"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Teams Calling

ดาวน์โหลดไฟล์ส่วนขยาย Enable Teams Calling ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enables calling function for MS Teams.

It should now also enable video calls one to one                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enable Teams Calling Enable Teams Calling
ID ifgnnjhhfdpjpjokajkolhioakajhidc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enable-teams-calling/ifgnnjhhfdpjpjokajkolhioakajhidc
คำอธิบาย Enable teams calling
ขนาดไฟล์ 3.82 KB
จำนวนการติดตั้ง 6,650
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2019-09-06
วันที่เผยแพร่ 2019-09-06
คะแนน 4.37/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา rene.steen123
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enable Teams Calling",
    "version": "0.3.0",
    "description": "Enable teams calling",
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/teams.microsoft.com\/_#\/conversations\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/login.microsoftonline.com\/*"
            ]
        }
    ]
}