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 |
| 官方網址 | 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] |
| 電子郵箱 | [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"
]
}
]
} | |