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开发的Chrome扩展程序,该扩展的主要功能是“** INSTRUCTIONS FOR USE ARE BELOW! ** This extension will automatically send Zoom Breakout Room Broadcast Messages at the right…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Zhout: A Zoom Breakout Broadcaster扩展crx文件

下载Zhout: A Zoom Breakout Broadcaster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ** 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 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"
    }
}