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\/*"
]
}
]
} | |