Enable Teams Calling

Enable teams calling

什麼是Enable Teams Calling?

Enable Teams Calling是由rene.steen123開發的Chrome擴展程式,該擴展的主要功能是“Enable teams calling”。

擴展截圖

screenshot

下載Enable Teams Calling擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}