Google Meet Attendance & Breakout Rooms
Easily get everyone attending a Google Meet and compare them to a list, create groups and more
Τι είναι το Google Meet Attendance & Breakout Rooms;
Το Google Meet Attendance & Breakout Rooms είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον w3technic, και η κύρια λειτουργία του είναι "Easily get everyone attending a Google Meet and compare them to a list, create groups and more".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Meet Attendance & Breakout Rooms
Λήψη αρχείων επέκτασης Google Meet Attendance & Breakout Rooms σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Easily get everyone attending a Google Meet and compare them to a list, create groups and more This extension can use the Google Meet Grid View (fix) extension: https://chrome.google.com/webstore/detail/google-meet-grid-view-fix/ifpoehkepcefefepdoockcpmadmmdfdn If you want to use the built-in grid view instead enable that in settings. 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 Privacy policy: No data is sent to the developer or any third party. The extension stores settings, last checked attendees, generated groups and saved lists locally.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Meet Attendance & Breakout Rooms |
ID | ioanfgolggheljoabjhdjnpigeieipol |
Επίσημο URL | https://chromewebstore.google.com/detail/google-meet-attendance-br/ioanfgolggheljoabjhdjnpigeieipol |
Περιγραφή | Easily get everyone attending a Google Meet and compare them to a list, create groups and more |
Μέγεθος Αρχείου | 35.44 KB |
Αριθμός Εγκαταστάσεων | 678 |
Τρέχουσα Έκδοση | 1.1.13 |
Τελευταία Ενημέρωση | 2021-05-24 |
Ημερομηνία Δημοσίευσης | 2020-12-14 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | w3technic |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://w3technic.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "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" }, "background": { "scripts": [ "\/js\/update.js" ] }, "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", "version": "1.1.13", "web_accessible_resources": [ "js\/copy.simple.user.js" ] } |