Sleep In Google Meet
Help user sleep during Google Meet
Sleep In Google Meetとは何ですか?
Sleep In Google Meetはaln0071によって開発されたChromeの拡張機能で、その主な機能は「Help user sleep during Google Meet」です。
拡張機能のスクリーンショット
Sleep In Google Meet拡張機能のCRXファイルをダウンロード
Sleep In Google Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto cut Google Meet if number of attendees go below the limit set by user. Manages the meet even if the user sleeps during the call :D. For using this extension, start or join a Google Meet, and then open this extension to set the limit. Note: Number of attendees is the number of people in the meet excluding you.
拡張機能の基本情報
名前 | Sleep In Google Meet |
ID | ndbljakpfcbaanipholeejgcpajnbjmf |
公式URL | https://chromewebstore.google.com/detail/sleep-in-google-meet/ndbljakpfcbaanipholeejgcpajnbjmf |
説明 | Help user sleep during Google Meet |
ファイルサイズ | 45.51 KB |
インストール数 | 24 |
現在のバージョン | 1.2 |
最終更新日 | 2021-06-15 |
公開日 | 2021-04-30 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | aln0071 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://aln0071.github.io/ |
ヘルプページのURL | https://aln0071.github.io/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sleep In Google Meet", "version": "1.2", "description": "Help user sleep during Google Meet", "permissions": [ "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/meet-unavailable.png", "default_popup": "popup.html" }, "author": "Alan Kuriakose", "homepage_url": "https:\/\/aln0071.github.io\/", "manifest_version": 2 } |