Google Meet AutoExit
Google Meet AutoExit
Google Meet AutoExitとは何ですか?
Google Meet AutoExitはsakujoによって開発されたChromeの拡張機能で、その主な機能は「Google Meet AutoExit」です。
拡張機能のスクリーンショット
Google Meet AutoExit拡張機能のCRXファイルをダウンロード
Google Meet AutoExit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically exit a google meet meeting ****** Change-logs ***** 1.) Optimised the performance 2.) Looked after the mic activation complaints 3.) Updated for new interface of Google Meet *************************** There are two options : - 1) EXIT AT A SPECIFIC TIME : the meeting would be exited at the time specified. 2) EXIT BASED ON PARTICIPANTS the meeting would be exited when the number of participants fall below the number specified. Created by : - Lakshay Dhiman (sakujo)
拡張機能の基本情報
名前 | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
公式URL | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
説明 | Google Meet AutoExit |
ファイルサイズ | 14.62 KB |
インストール数 | 1,803 |
現在のバージョン | 2.1 |
最終更新日 | 2022-01-28 |
公開日 | 2020-09-01 |
評価 | 4.06/5 合計 16 レビュー |
開発者 | sakujo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet AutoExit", "version": "2.1", "description": "Google Meet AutoExit", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon128.png" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |