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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily get everyone attending a Google Meet and compare them to a list, create groups and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Meet Attendees & Breakout Rooms एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } |