Teams Call Manager
Help user sleep during Microsoft Teams call
Teams Call Managerとは何ですか?
Teams Call Managerはaln0071によって開発されたChromeの拡張機能で、その主な機能は「Help user sleep during Microsoft Teams call」です。
拡張機能のスクリーンショット
Teams Call Manager拡張機能のCRXファイルをダウンロード
Teams Call Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto cut Microsoft Teams calls if number of attendees go below the limit set by user.
Manages the call even if the user sleeps during the call :D.
For using this extension, open teams web application at https://teams.microsoft.com/. 拡張機能の基本情報
| 名前 | |
| ID | gmklieclhlmicflemopmbllaldmejnkp |
| 公式URL | https://chromewebstore.google.com/detail/teams-call-manager/gmklieclhlmicflemopmbllaldmejnkp |
| 説明 | Help user sleep during Microsoft Teams call |
| ファイルサイズ | 19.95 KB |
| インストール数 | 635 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-01-20 |
| 公開日 | 2020-07-29 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | aln0071 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://aln0071.github.io/ |
| ヘルプページのURL | https://aln0071.github.io/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Teams Call Manager",
"version": "1.0",
"description": "Help user sleep during Microsoft Teams call",
"permissions": [
"activeTab",
"declarativeContent"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"author": "Alan Kuriakose",
"homepage_url": "https:\/\/aln0071.github.io\/",
"manifest_version": 2
} | |