Google Meet Grid View Fix

Arrange Google Meets participants in grid layout and Hold Space bar to unmute while you talk, 100% working

Google Meet Grid View Fixคืออะไร?

Google Meet Grid View Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://googlemeetgridview.com และคุณลักษณะหลักของมันคือ "Arrange Google Meets participants in grid layout and Hold Space bar to unmute while you talk, 100% working"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Grid View Fix

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

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

                        Arrange Google Meets participants in grid layout and Hold Space bar to unmute while you talk, 100% working.

Google Meet Grid View and Push to Talk is a simple but powerful extension that adds a toggle to use grid view in a Google Meet meeting. During the meeting, on a video call it provides a great user experience.

It’s very easy to use as an extension icon will be added at the top-right corner in address bar.

With the help of this extension, all the Google Meet participants can be seen simultaneously without having any primary speaker to make the interaction hassle-free. Also, you will not face any issues even in large meetings.

This Google Meet extension is better than other grid view extensions as it comes with more advanced features and looks to enhance the meeting experience. 

It includes a better layout and now you can press the space bar to un-mute the mic and release to mute it back.

Here are the highlights of grid view
1 Adds a button to use a grid layout in Google Meet.
2 Well optimised and enhanced grid view layout during Google Meet calls. Its 100% working and free of bugs.
3 Simply press and hold the space bar to un-mute the mic when you want to speak and release it to mute it again.

We are working on it to make Google Meet grid view and Push to talk extension better for you.                    

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

ชื่อ Google Meet Grid View Fix Google Meet Grid View Fix
ID pcomdonnoilbhljaemmmmlcnhccgipel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-grid-view-fix/pcomdonnoilbhljaemmmmlcnhccgipel
คำอธิบาย Arrange Google Meets participants in grid layout and Hold Space bar to unmute while you talk, 100% working
ขนาดไฟล์ 89.5 KB
จำนวนการติดตั้ง 52,948
เวอร์ชันปัจจุบัน 1.0.13
อัปเดตครั้งล่าสุด 2023-05-02
วันที่เผยแพร่ 2021-06-20
คะแนน 3.25/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://googlemeetgridview.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://googlemeetgridview.com/
URL หน้านโยบายความเป็นส่วนตัว https://googlemeetgridview.com/privacy-policy
ภาษาที่รองรับ id,de,en,fr,nl,ca,da,es,hr,it,pl,pt-BR,sv,ru,uk,hi,bn,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.13",
    "homepage_url": "https:\/\/googlemeetgridview.com",
    "icons": {
        "24": "icons\/24.png",
        "36": "icons\/36.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "196": "icons\/196.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Google Meet Grid View & Push to Talk",
        "default_icon": {
            "24": "icons\/24.png",
            "36": "icons\/36.png",
            "48": "icons\/48.png"
        }
    },
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.js",
                "c0.js"
            ],
            "run_at": "document_end",
            "match_about_blank": false,
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "browser-polyfill.js",
                "c1.js"
            ],
            "run_at": "document_end",
            "match_about_blank": false,
            "all_frames": false,
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ]
}