Google Meet Breakout Rooms by Robert Hudek

Completely Free and your Data is Private. Google Classroom integration, Slider Control, Nicknames, Help tutorials

Google Meet Breakout Rooms by Robert Hudek란 무엇입니까?

Google Meet Breakout Rooms by Robert Hudek은(는) https://www.hudektech.com/projects/breakout에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Completely Free and your Data is Private. Google Classroom integration, Slider Control, Nicknames, Help tutorials"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Google Meet Breakout Rooms by Robert Hudek 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Welcome to Google Meet Breakout Rooms Extension

***** Only the teacher needs to install this extension *****

Three Minute Demonstration: https://youtu.be/HY5eZw-gsKU

The Google Meet Breakout Rooms Extension has 5 key features:

1)  See All Students:  The teacher can always see ALL of the students in ALL of the breakout rooms.

2)Free:  The extension is completely free to use.  I am a software engineer and created this for my personal use as a teacher and then improved it for all teachers to use.  I make no money off of this extension, there are no ads, and no data is shared with me or any third parties.  

3)  Private:  Your breakout rooms data is privately stored in your personal computer's chrome browser.  Your breakout rooms data is NOT shared with anyone and it is NOT stored on a server.  Even the creator of this extension has no knowledge of any of your data.

4)  Hassle-free:  ONLY the teacher needs to install the extension.  

5) Online Help:  The online help menu is completely updated and now has screen shots of every step of the way for setup and operation.  

*** 3 minute demo video https://www.youtube.com/watch?v=HY5eZw-gsKU

*** Tutorial https://www.youtube.com/watch?v=mLag62gSUMY

This software is created by Robert Hudek and all rights are reserved.  No part of this extension may be copied without the express written consent of Robert Hudek at Hudek Tech LLc.  This extension is not affiliated with Google, Inc.

Functions: 

1) Breakout rooms may be viewed in either tab or tiled mode
2) A slider may be used to quickly move between rooms
3) Breakout assignments may be created at any time or in advance if desired
4) Teachers may broadcast their video and audio to all the breakout rooms
5) Customize themes!
6) Can use Google Meet Nicknames (if your Google subscription supports nicknames)
7) Basic reporting
8) Mute and Remove Students buttons
9) Import, Export functions
10) Google classroom integration


*** Slovak: A big thank you to Lenka Zustiaková from SOŠ GaHS, Farského 9 in Petržalka (www.farskeho.sk) for the translation into Slovak.

*** Ukrainian: A big thank you to Igor Kozachuk (email: [email protected]) for the translation into Ukrainian

*** If you want a translation of this extension to your language, please send me an email and I will be happy to work with you to get this done.  My email is [email protected].  I would like to add Spanish, Portuguese, German, Japanese, and Korean but any language is fine with me.

*** 中文版的說明操作影片 (version 17.3):https://youtu.be/5oGmIL3pmP4

*** 我製作了影片版本(version 17.3) 後,發現了 Grid Meet (fix) 好像有問題,所以我不建議下載它,要不然能用google meet 本身的功能。用google meet 原本的功能,在設定,變更版面配置,選並排,拉到49人

*** Low Memory (RAM) Option explained in detail https://youtu.be/tKkSSghEyuo

*** This extension is owned and developed by Robert Hudek.  This extension is independent from Google and is not owned by or part of Google or Google Meet.  This extension is designed to enhance and extend the functionality of Google Meet.  

*** If you find a problem please inform me at [email protected]  and I will try my best to reply as soon as I can.  


Data Privacy:
I have a detailed data privacy section on my web page, but the short version is that I do not copy, transmit or share any of your data with anyone including myself.  I also do not use cookies, nor do I drop third party cookies on you.  

Warranty and Guarantee:
There is no warranty and there is no guarantee for this extension.  I have a 
detailed warranty (none) and guarantee (none) description on my web page but the short version is this:  By using this Extension, you understand and agree that the Extension is provided "as is" and "as available". 

The developer Robert Hudek EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.                    

확장 프로그램 기본 정보

이름 Google Meet Breakout Rooms by Robert Hudek Google Meet Breakout Rooms by Robert Hudek
ID kogfdlbehkaeoafmgaecphlnhohpabig
공식 URL https://chromewebstore.google.com/detail/google-meet-breakout-room/kogfdlbehkaeoafmgaecphlnhohpabig
설명 Completely Free and your Data is Private. Google Classroom integration, Slider Control, Nicknames, Help tutorials
파일 크기 2.02 MB
설치 횟수 475,133
현재 버전 19.7
최근 업데이트 2023-09-01
출시 날짜 2020-06-21
평점 4.30/5 총 137 개의 평점
개발자 https://www.hudektech.com/projects/breakout
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hudektech.com/projects/breakout/
도움말 페이지 URL https://hudektech.com/projects/breakout/
개인정보 보호 정책 페이지 URL https://hudektech.com/projects/breakout
지원되는 언어 en,es,sk,uk,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "19.7",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "action": {
        "default_title": "Breakout Rooms"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/myContentCss.css",
                "css\/fontawesome.min.css"
            ],
            "js": [
                "js\/utilCore.js",
                "js\/utilHelper.js",
                "js\/utilDb.js",
                "content\/contentHandler.js",
                "content\/contentEvents.js"
            ]
        }
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "backgroundOpen.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.*",
                "js\/sortable.js",
                "js\/utilCore.js",
                "js\/utilHelper.js",
                "js\/utilToolTip.js",
                "js\/utilDb.js",
                "js\/utilSlider.js",
                "js\/utilBreakout.js",
                "js\/utilMeetTab.js",
                "content\/contentHandler.js",
                "content\/contentEvents.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/g.co\/meet\/*",
        "https:\/\/*.google.com\/*"
    ]
}