Grid View for Google Meet™

Adds a button to use a grid layout in Google Meet™.

Grid View for Google Meet™ là gì?

Grid View for Google Meet™ là một tiện ích mở rộng Chrome được phát triển bởi https://grid-view-google-meet.dllplayer.com, và tính năng chính của nó là "Adds a button to use a grid layout in Google Meet™.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grid View for Google Meet™

Tải xuống các tệp mở rộng Grid View for Google Meet™ 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

                        Grid View for Google Meet™

This extension helps to adds a button to use a grid layout in Google Meet.
This extension adds a button to the top right bar (next to chat & participant list) to enable grid-view in Google Meet. Grid view gives every participant an equal sized video for use in meetings without a primary speaker
(such as working from home silent meetings ). Try Grid View for hangouts meet.

This extension forcibly loads every participant's video camera, when grid view is enabled and may cause performance issues in extremely large meetings . This software is helpful for Google Meet Grid View, it helps teachers who need to ensure students are paying attention during online classes. It also works for google hangouts meet

Change Log 1.0.2

- Fixed a bug when grid view did not work well if there were more then 12 participants inside a Google Meet meeting.

Change Log 1.0.5

- Fixed the bug for grid view not working correctly. 

Change Log 1.0.7

- Added in "Push to Talk" functionality as well. By default, this functionality is switched off. Useful to prevent meeting blunders as you need to press the "space bar" to begin talking. Removes the risk of having "live microphone".

Includes a variety of options to enhance your meeting: include your own video, highlight who is speaking, and hide participants without video!

Change Log 1.0.8

Updated so it works with new design of Google Meet.

To begin using this extension for Google Meet or google meet app, here is what you need to do

Install the Software Extension
Go inside a Google Meet meeting.
Click on the extension icon when you are IN the meeting to activate our extension.
Please NOTE you HAVE to be inside the Google Meeting before you click on the extension icon for this grid view to be enabled.
Grid View will be enabled once you click on the extension icon when you are in a Google Meet online video call.

Please note if you have a large number of participants inside your Google Meet call, it may cause the meeting connection to be unstable if your internet connection is slow/you are using a older computer.

Leave us some feedback if you have any questions/issues for Grid View for google video conference

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.                    

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

Tên Grid View for Google Meet™ Grid View for Google Meet™
ID mgbmfbimbcffegjaagiolbjpfbepjogk
URL Chính Thức https://chromewebstore.google.com/detail/grid-view-for-google-meet/mgbmfbimbcffegjaagiolbjpfbepjogk
Mô tả Adds a button to use a grid layout in Google Meet™.
Kích Thước Tệp 53.51 KB
Số Lần Cài Đặt 167,587
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-03-16
Ngày Phát Hành 2020-07-10
Đánh Giá 3.33/5 Tổng số 211 Đánh Giá
Nhà Phát Triển https://grid-view-google-meet.dllplayer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://grid-view-google-meet.dllplayer.com
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,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,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_guide__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "offline_enabled": true,
    "version": "3.0.0",
    "homepage_url": "https:\/\/grid-view-google-meet.dllplayer.com",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/grid.png",
                "icons\/automute-disabled.png",
                "icons\/automute.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}