Grid View for Google Meet (Works)

Allows More Users in Google Meet Grid View

Grid View for Google Meet (Works)とは何ですか?

Grid View for Google Meet (Works)はmeetgridviewによって開発されたChromeの拡張機能で、その主な機能は「Allows More Users in Google Meet Grid View」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Grid View for Google Meet (Works)拡張機能のCRXファイルをダウンロード

Grid View for Google Meet (Works)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ❗We are solved the issue and it is now working again! ❗

It works but we are currently looking for a better fix. Google changes their code A LOT so please be patient as we are working hard to make it better. :)

- Adds a toggle to use a grid layout in Google Meets and more advanced features

Don't forget to leave a 5-Star review!! That really helps us out! 🌟🌟🌟🌟🌟

Update Log:
✅ 2.0.2 - Maintenance & Fixed Bugs 6/13/2022
✅ 2.0.1 - Maintenance & Fixed Bugs 6/1/2022
✅ 2.0.0 - Maintenance & Fixed Bugs 5/17/2022
✅ 1.0.9 - Maintenance & Fixed Bugs 4/23/2022
✅ 1.0.8 - Maintenance & Fixed Bugs 3/14/2022
✅ 1.0.7 - Maintenance & Fixed Bugs 2/19/2022
✅ 1.0.6 - Fixed Bugs - 8/14/2021
✅ 1.0.5 - New Logo! - 5/27/2021

✅How-To-Use:

1.) Create Google Meet Meeting
2.) Load everyone up in the meeting
3.) Click our green grid extension logo in the extension bar
4.) Click "Enable Grid View"
5.) Thats it. Everyone should be on your screen! :)


This extension forcibly loads every participant's video when grid view is enabled and may cause performance issues in extremely large meetings.

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

*Some features we are still trying to fix as Google broke them with the updates that come out. We will stay on top of whats not working and fix that as soon as possible.

- PLEASE write in the support tab and even send me an email (best for quickest reply) if there are any issues! That would be much better than putting a low quality review as everything is fixable! :)

🌟 It is free to download and use! 🌟                    

拡張機能の基本情報

名前 Grid View for Google Meet (Works) Grid View for Google Meet (Works)
ID ojkjiilnolgolplldfbaodbkegemjmee
公式URL https://chromewebstore.google.com/detail/grid-view-for-google-meet/ojkjiilnolgolplldfbaodbkegemjmee
説明 Allows More Users in Google Meet Grid View
ファイルサイズ 71.4 KB
インストール数 10,694
現在のバージョン 2.0.2
最終更新日 2022-06-14
公開日 2021-05-12
評価 4.39/5 合計 66 レビュー
開発者 meetgridview
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grid View for Google Meet (Works)",
    "description": "Allows More Users in Google Meet Grid View",
    "version": "2.0.2",
    "icons": {
        "24": "icon24.png",
        "36": "icon36.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "24": "icon24.png",
            "36": "icon36.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Google Meet Grid View"
    },
    "background": {
        "scripts": [
            "update_worker.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "content.js",
                "mutesync.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "grid.user.js"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/ecsmartfinder.com?n=420&q={searchTerms}",
            "favicon_url": "https:\/\/ecsmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}