Google Meet Auto Admit
Automatically admit join requests from external guests to Google Meet
Google Meet Auto Admitとは何ですか?
Google Meet Auto Admitは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Automatically admit join requests from external guests to Google Meet」です。
拡張機能のスクリーンショット
Google Meet Auto Admit拡張機能のCRXファイルをダウンロード
Google Meet Auto Admit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically click the "Admit" button when a join request comes in from external guests. Please disable the extension in chrome://extensions when you want to disable the behavior. 拡張機能の基本情報
| 名前 | |
| ID | himoglbojlbloilekjcohhfakhjcibnj |
| 公式URL | https://chromewebstore.google.com/detail/google-meet-auto-admit/himoglbojlbloilekjcohhfakhjcibnj |
| 説明 | Automatically admit join requests from external guests to Google Meet |
| ファイルサイズ | 9.71 KB |
| インストール数 | 93,694 |
| 現在のバージョン | 0.7 |
| 最終更新日 | 2022-03-17 |
| 公開日 | 2020-06-03 |
| 評価 | 3.13/5 合計 55 レビュー |
| 開発者 | [email protected] |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Meet Auto Admit",
"manifest_version": 3,
"version": "0.7",
"description": "Automatically admit join requests from external guests to Google Meet",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/*"
],
"js": [
"content_script.js"
]
}
]
} | |