Google Meet Attendees & Breakout Rooms
Easily get everyone attending a Google Meet and compare them to a list, create groups and more
Cos'è Google Meet Attendees & Breakout Rooms?
Google Meet Attendees & Breakout Rooms è un'estensione di Chrome sviluppata da Daniel & Emrik, e la sua funzione principale è "Easily get everyone attending a Google Meet and compare them to a list, create groups and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Meet Attendees & Breakout Rooms
Scarica i file di estensione Google Meet Attendees & Breakout Rooms in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Google Meet Attendees & Breakout Rooms |
ID | olmgpgbhojeoalaimckcpgkadjkejacl |
URL Ufficiale | https://chromewebstore.google.com/detail/google-meet-attendees-bre/olmgpgbhojeoalaimckcpgkadjkejacl |
Descrizione | Easily get everyone attending a Google Meet and compare them to a list, create groups and more |
Dimensione del File | 27.26 KB |
Conteggio Installazioni | 163,947 |
Versione Corrente | 0.2.5 |
Ultimo Aggiornamento | 2021-07-09 |
Data di Pubblicazione | 2020-06-30 |
Valutazione | 3.64/5 Totale 36 Valutazioni |
Sviluppatore | Daniel & Emrik |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/C4illin/Google-Meet-Attendees |
URL della Pagina di Aiuto | https://github.com/C4illin/Google-Meet-Attendees/issues |
URL della Pagina della Politica sulla Privacy | https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md |
Lingue Supportate | 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" ] } |