Grid View For Google Meet (Works 2021)

Allows More Users in Google Meet Grid View

Τι είναι το Grid View For Google Meet (Works 2021);

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

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

screenshot

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

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

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

                        We are solved the issue and it is now working again! ❗
- 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! 🌟🌟🌟🌟🌟

✅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! 🌟

This extension adds a button to the top right bar (next to chat & participant list) to enable grid-view in Google Meets. Grid view gives every participant an equal sized video for use in meetings without a primary speaker (such as working from home silent meetings).
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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grid View For Google Meet (Works 2021) Grid View For Google Meet (Works 2021)
ID aihmkbhfjjbgnckhnccajglkgafclgin
Επίσημο URL https://chrome.google.com/webstore/detail/grid-view-for-google-meet/aihmkbhfjjbgnckhnccajglkgafclgin
Περιγραφή Allows More Users in Google Meet Grid View
Μέγεθος Αρχείου 79.5 KB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2021-07-19
Ημερομηνία Δημοσίευσης 2021-06-06
Αξιολόγηση 4.36/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής Dylan Gallagher
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "0.0.7",
    "icons": {
        "24": "icon24.png",
        "36": "icon36.png",
        "48": "icon48.png",
        "128": "icon128.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",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "content.js",
                "mutesync.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "grid.user.js"
    ]
}