Enable Teams Calling
Enable teams calling
什么是Enable Teams Calling?
Enable Teams Calling是由rene.steen123开发的Chrome扩展程序,该扩展的主要功能是“Enable teams calling”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |