Google Meet Attendees & Breakout Rooms

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

Google Meet Attendees & Breakout Rooms là gì?

Google Meet Attendees & Breakout Rooms là một tiện ích mở rộng Chrome được phát triển bởi Daniel & Emrik, và tính năng chính của nó là "Easily get everyone attending a Google Meet and compare them to a list, create groups and more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Meet Attendees & Breakout Rooms

Tải xuống các tệp mở rộng Google Meet Attendees & Breakout Rooms dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Features:
✔️ Get everyone in the meeting in a sortable list!
✔️ Compare with another list!
✔️ Randomize person!
✔️ Create breakout rooms and groups for them!

Install:
1. Click install
2. Make sure you have Google Meet Grid View installed
3. Open Google Meet (or refresh the website if it's already open)

If you have any problems or suggestions or just want to tell us something feel free to reach out to our email:
[email protected]

The source code is available at https://github.com/C4illin/Google-Meet-Attendees                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Meet Attendees & Breakout Rooms Google Meet Attendees & Breakout Rooms
ID olmgpgbhojeoalaimckcpgkadjkejacl
URL Chính Thức https://chromewebstore.google.com/detail/google-meet-attendees-bre/olmgpgbhojeoalaimckcpgkadjkejacl
Mô tả Easily get everyone attending a Google Meet and compare them to a list, create groups and more
Kích Thước Tệp 27.26 KB
Số Lần Cài Đặt 163,947
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2021-07-09
Ngày Phát Hành 2020-06-30
Đánh Giá 3.64/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Daniel & Emrik
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/C4illin/Google-Meet-Attendees
URL Trang Trợ Giúp https://github.com/C4illin/Google-Meet-Attendees/issues
URL Trang Chính Sách Bảo Mật https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ en,sv
manifest.json
{
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "Google Meet Attendees"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "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"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.5",
    "web_accessible_resources": [
        "js\/copy.simple.user.js"
    ]
}