Breakout Rooms for Google Meet™

Easily get everyone attending a Google Meet and compare them to a list, create groups and more

Breakout Rooms for Google Meet™คืออะไร?

Breakout Rooms for Google Meet™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://breakout-rooms-meet.freefinancetools.net และคุณลักษณะหลักของมันคือ "Easily get everyone attending a Google Meet and compare them to a list, create groups and more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breakout Rooms for Google Meet™

ดาวน์โหลดไฟล์ส่วนขยาย Breakout Rooms for Google Meet™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Breakout Rooms for Google Meet

Want to create small groups when you're inside a Google Meet meeting? Are you having trouble/issues trying to split up a large group of people who are in your Google Meet calls and hangouts meet?

Breakout rooms are sub rooms that can be created within a meeting or training session.
They are useful for splitting a large group into smaller groups that can talk or collaborate.
Breakout rooms can be used in google hangouts meet meetings and training sessions which have over 20 individuals.

Here is what this software extension can do for you in google meet app.

✔️ Count number & names of attendees for Google Meet Call
✔️ Randomize persons to create separate groups!
✔️ Based on these randomized groups, create breakout rooms and groups for them!

If you have any feedback for google video conference, please contact us and let us know. Please note for this extension to work, you MUST have the extension "Grid View for Google Chrome™" installed as well.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. This is not owned by,it is not licensed by and is not a subsidiary of Google Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Breakout Rooms for Google Meet™ Breakout Rooms for Google Meet™
ID jpejpkfedljfedibijehdcinadaadgoj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/breakout-rooms-for-google/jpejpkfedljfedibijehdcinadaadgoj
คำอธิบาย Easily get everyone attending a Google Meet and compare them to a list, create groups and more
ขนาดไฟล์ 93.31 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-02-17
วันที่เผยแพร่ 2020-09-10
คะแนน 1.16/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://breakout-rooms-meet.freefinancetools.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://breakout-rooms-meet.freefinancetools.net/
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Breakout Rooms for Google Meet"
    },
    "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"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "\/js\/inject.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "\/js\/update.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_appName__",
    "version": "1.0.0",
    "web_accessible_resources": [
        "js\/breakoutRoom.js"
    ]
}