Google Meet Enhancement Suite

40 new features for Google Meet such as mute all, remove all, auto admit, emojis, mirror videos, background color, and push to talk!

Wat is Google Meet Enhancement Suite?

Google Meet Enhancement Suite is een Chrome-extensie ontwikkeld door https://meetenhancementsuite.com, en de belangrijkste functie is "40 new features for Google Meet such as mute all, remove all, auto admit, emojis, mirror videos, background color, and push to talk!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Google Meet Enhancement Suite

Download Google Meet Enhancement Suite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Meet Enhancement Suite is the best Google Meet extension with a set of over 40 features and smart defaults.

Join over 200,000 people who are using Meet Enhancement Suite to make their work from home lives easier. This chrome extension for Google Meet is packed with features that make it the best Meet extension for teachers, students, and anyone else working remotely.

BASIC FEATURES
• Push to Talk: quickly mute and unmute yourself with the press of a key
• Auto Join: skip the join screen and get straight to the meeting 
• Auto Join with Participants: automatically join the Meet only if participants are present
• Quick Leave: quickly leave a hangout by pressing Shift + K
• Return to home screen on leave: automatically returns you to the Meet home screen after leaving a Meet
• Leave Confirmation: asks to confirm when you try to leave a meeting
• Auto Ignore Presentation Overlay: auto hide `infinity mirror' alert when presenting
• Always Play Chimes: always hear chime sounds when participants join and leave, or a when a new chat message is received
• Quick Start: quickly start a new Google Meet with the click of a button
• Set Background Color: set custom background color for your Meet
• Auto Captions: automatically enable captions on calls
• Auto Mute: auto mute microphone on join
• Auto Video Off: set video to off on join 
• Participant Video Style: show or hide participant names and speaking icons

PRO FEATURES
• Auto-Minimize video: auto-minimize your video when you join a meet
• Adjust Meet Volume: adjust the volume level of the Meet
• Auto Record: automatically start recording the Meet when you join (requires Google Workspace plan)
• Sort Participant List: adds toggle to sort the participant list by last name
• Meet Attendance: collect attendance of participants / students who attended your meeting and export to a CSV
• Auto-Unmute: stop others from muting your mic
• Speaker Highlight: adds a colored border around speaking participants 
• Find Active Meet Tab: click the extension icon to find the active Meet tab
• Quick Emoji Reactions: adds quick emoji shortcuts to the chat window
• Meeting Timer: displays a meeting timer in top menu bar
• Toggle Bottom Bar: toggle the bottom control bar to appear or disappear
• Mirror Videos: mirror all videos in the Meet
• Auto Admit New Entrants: automatically admit all new entrants (see FAQ below for more details)
• Auto Deny New Entrants: automatically denies all new entrants (see FAQ below for more details)
• Mute All: mute all participants in a Meet with a single click (see FAQ below for more details)
• Remove All: remove all participants in a Meet with a single click (see FAQ below for more details)
• Do Not Disturb Mode: remain focused by hiding new comments and participant pop-ups
• Picture-in-Picture: view a participants video in a hovering video on top of your screen
• Dark Mode: give your eyes a rest by turning Google Meet into dark mode.
• Hotkey Editing: customize your push-to-talk hotkey
• Hide "Add Others" pop-up: hides "Add Others" pop-up when joining a Meet
• Auto Pin Chat: automatically open and pin the chat every time you join a Meet
• Transparent Bar: make the bottom bar transparent so it doesn't cut off participants videos
• Auto Hide Top Bar: hides away the top menu bar when the bottom bar disappear
• Auto Copy Meet URL: automatically copy Meet URL to clipboard
• Hide Mute Pop-up: hides the "Are you speaking" pop-up from appearing when muted
• Display Clock: always display the clock in the top right hand corner of Google Meet

Learn more about Meet Pro on our website: https://www.meetenhancementsuite.com/meetpro/

PRIVACY
Please view our privacy policy for more information: https://www.meetenhancementsuite.com/privacy-policy

HOW TO USE
1) Install the Chrome extension
2) Click our black icon in the top right corner of your browser to configure your settings
3) Join a Google Meet and enjoy your new features!

FEEDBACK AND FEATURE REQUESTS
We'd love to hear your feedback or features requests – head over to https://www.meetenhancementsuite.com/feedback

CHANGELOG
Head over to this page to view our change log: https://www.meetenhancementsuite.com/changelog

FAQ
Please see our FAQ for answers to our most commonly asked questions: https://www.meetenhancementsuite.com/faq/

---
Created by AdminRemix LLC                    

Basisinformatie over de Extensie

Naam Google Meet Enhancement Suite Google Meet Enhancement Suite
ID ljojmlmdapmnibgflmmminacbjebjpno
Officiële URL https://chromewebstore.google.com/detail/google-meet-enhancement-s/ljojmlmdapmnibgflmmminacbjebjpno
Beschrijving 40 new features for Google Meet such as mute all, remove all, auto admit, emojis, mirror videos, background color, and push to talk!
Bestandsgrootte 633 KB
Aantal Installaties 174,760
Huidige Versie 5.0.7
Laatst Bijgewerkt 2024-02-20
Publicatiedatum 2020-06-08
Beoordeling 4.03/5 Totaal 259 Beoordelingen
Ontwikkelaar https://meetenhancementsuite.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://meetenhancementsuite.com
Help Pagina-URL https://meetenhancementsuite.com/#support
URL van de Privacybeleid Pagina https://adminremix.com/privacy-policy
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "author": "Corey Pollock & Keyfer Mathewson",
    "version": "5.0.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/meetenhancementsuite.com\/"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    }
}