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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}