Google Meet Attendees & Breakout Rooms
Easily get everyone attending a Google Meet and compare them to a list, create groups and more
什麼是Google Meet Attendees & Breakout Rooms?
Google Meet Attendees & Breakout Rooms是由Daniel & Emrik開發的Chrome擴展程式,該擴展的主要功能是“Easily get everyone attending a Google Meet and compare them to a list, create groups and more”。
擴展截圖
下載Google Meet Attendees & Breakout Rooms擴展crx文件
下載Google Meet Attendees & Breakout Rooms擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: ✔️ Get everyone in the meeting in a sortable list! ✔️ Compare with another list! ✔️ Randomize person! ✔️ Create breakout rooms and groups for them! Install: 1. Click install 2. Make sure you have Google Meet Grid View installed 3. Open Google Meet (or refresh the website if it's already open) If you have any problems or suggestions or just want to tell us something feel free to reach out to our email: [email protected] The source code is available at https://github.com/C4illin/Google-Meet-Attendees
擴展基本資訊
名稱 | Google Meet Attendees & Breakout Rooms |
ID | olmgpgbhojeoalaimckcpgkadjkejacl |
官方網址 | https://chromewebstore.google.com/detail/google-meet-attendees-bre/olmgpgbhojeoalaimckcpgkadjkejacl |
簡介 | Easily get everyone attending a Google Meet and compare them to a list, create groups and more |
檔案大小 | 27.26 KB |
安裝次數 | 163,947 |
目前版本 | 0.2.5 |
更新時間 | 2021-07-09 |
上架時間 | 2020-06-30 |
評分 | 3.64/5 共 36 次評分 |
開發者 | Daniel & Emrik |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/C4illin/Google-Meet-Attendees |
說明頁面URL | https://github.com/C4illin/Google-Meet-Attendees/issues |
隱私政策頁面URL | https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md |
支援的語言 | en,sv |
manifest.json | |
{ "browser_action": { "default_popup": "html\/popup.html", "default_title": "Google Meet Attendees" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/inject.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.5", "web_accessible_resources": [ "js\/copy.simple.user.js" ] } |