Meet Auto Admit
Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…
Meet Auto Admitとは何ですか?
Meet Auto AdmitはGrejo Jobyによって開発されたChromeの拡張機能で、その主な機能は「Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…」です。
拡張機能のスクリーンショット
Meet Auto Admit拡張機能のCRXファイルをダウンロード
Meet Auto Admit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting. Eases the work of admitting everyone one by one when there are many users.
拡張機能の基本情報
名前 | Meet Auto Admit |
ID | mfbnjcfflkhefklaghlmpjlkgbegnbod |
公式URL | https://chromewebstore.google.com/detail/meet-auto-admit/mfbnjcfflkhefklaghlmpjlkgbegnbod |
説明 | Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.… |
ファイルサイズ | 23.16 KB |
インストール数 | 3,645 |
現在のバージョン | 0.1 |
最終更新日 | 2021-02-11 |
公開日 | 2021-02-11 |
評価 | 3.93/5 合計 15 レビュー |
開発者 | Grejo Joby |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meet Auto Admit", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "index.js" ] } ], "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "64": "64x64.png", "128": "128x128.png" } } |