Meet Auto Admit

Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…

What is Meet Auto Admit?

Meet Auto Admit is a Chrome extension developed by Grejo Joby, and its main feature is "Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…".

Extension Screenshots

screenshot
screenshot

Download Meet Auto Admit Extension CRX File

Download Meet Auto Admit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting. Eases the work of admitting everyone one by one when there are many users.                    

Extension Basic Information

Name Meet Auto Admit Meet Auto Admit
ID mfbnjcfflkhefklaghlmpjlkgbegnbod
Official URL https://chromewebstore.google.com/detail/meet-auto-admit/mfbnjcfflkhefklaghlmpjlkgbegnbod
Description Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…
File Size 23.16 KB
Installation Count 3,645
Current Version 0.1
Last Updated 2021-02-11
Publish Date 2021-02-11
Rating 3.93/5 Total 15 Ratings
Developer Grejo Joby
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet Auto Admit",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "64": "64x64.png",
        "128": "128x128.png"
    }
}