Zhout: A Zoom Breakout Broadcaster
** INSTRUCTIONS FOR USE ARE BELOW! ** This extension will automatically send Zoom Breakout Room Broadcast Messages at the right…
Zhout: A Zoom Breakout Broadcaster क्या है?
Zhout: A Zoom Breakout Broadcaster https://zhout.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "** INSTRUCTIONS FOR USE ARE BELOW! ** This extension will automatically send Zoom Breakout Room Broadcast Messages at the right…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zhout: A Zoom Breakout Broadcaster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
** INSTRUCTIONS FOR USE ARE BELOW! ** This extension will automatically send Zoom Breakout Room Broadcast Messages at the right time. No more waiting on timers, copying and pasting broadcast messages, and worrying about whether you missed a prompt. Features: - Link to a spreadsheet template where breakout room flows can be designed and adjusted - Easy-to-use extension interface for joining the meeting and starting the flow - Clear messaging so you know which message everyone is seeing Steps to use the extension: 1. Start a trial (in-app) or purchase/enter a license key. 2. Create your flow beforehand by cloning the provided spreadsheet: bit.ly/zhout 3. Copy the Zoom link for the meeting. 4. Click the extension. If you can't see it, click the puzzle icon and click the "Pin" icon. 5. Paste the Zoom link into the "Web Browser Zoom Link" box. 6. Click the "Join" button. 7. When the time comes, open breakout rooms. 8. Copy the spreadsheet's code into the "Run Broadcast Automation" box. 9. Click "Start". 10. Sit back and relax! The breakout rooms will close when the flow finishes. For support, contact via email: [email protected] Purchase the full extension at: https://gumroad.com/l/buy-it
एक्सटेंशन की मूल जानकारी
नाम | Zhout: A Zoom Breakout Broadcaster |
ID | hbnlhlpepdkbfjpnnopgipinjbhmkgjp |
आधिकारिक URL | https://chromewebstore.google.com/detail/zhout-a-zoom-breakout-bro/hbnlhlpepdkbfjpnnopgipinjbhmkgjp |
विवरण | ** INSTRUCTIONS FOR USE ARE BELOW! ** This extension will automatically send Zoom Breakout Room Broadcast Messages at the right… |
फ़ाइल का आकार | 18.44 MB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 0.9 |
अंतिम अपडेट | 2024-02-07 |
प्रकाशन तिथि | 2021-07-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://zhout.io |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://bit.ly/buyzhout |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zhout: A Zoom Breakout Broadcaster", "version": "0.9", "icons": { "16": "assets\/icon\/icon-16.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.zoom.us\/wc\/*\/start*", "https:\/\/*.zoom.us\/wc\/*\/join*" ], "css": [ "src\/page\/automation.css" ], "js": [ "src\/page\/utils.js", "src\/page\/messageDisplay.js", "src\/page\/controller.js", "src\/page\/plan.js", "src\/page\/automation.js" ] } ], "permissions": [ "storage" ], "action": { "default_title": "Zoom Breakout Automation", "default_popup": "src\/popup\/popup.html" } } |