Meet auto admit

It admits automatically users from outside the organisation!

What is Meet auto admit?

Meet auto admit is a Chrome extension developed by https://www.zoomcorder.com, and its main feature is "It admits automatically users from outside the organisation!".

Extension Screenshots

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

                        🎉  Save time and hassle with your video meetings by not having to click the "Admit" button for each and every attendee. Click the "Add to Chrome" button over that way ⤴️  to install this software and then you will no longer have to click "Admit" button. Instead people will be *automatically* allowed to enter the meeting without having to wait to be admitted. 

This software is a real time saver because you won't have to fumble around finding the Admit button for every meeting straggler and can keep your focus on the actual meeting. 

This software is pre-configured to work with English because it watches for a popup button with the word "Admit". If you are using Google Meet in a different language, then after installing, click the extension icon (which looks like a puzzle piece), then scroll down to Meet Auto Admit and click the the 3 dot menu and then select "options" . This will display a page where you change the button text to match your language. Then it will auto admit users in non-English. 

If you want to join a meeting without having to remember to click the "Join" button, then please install the extension "Auto join for Google Meet". It is a nice companion extension that also makes video meeting easier and faster.  

BONUS: Webinars are now one click easy to record! When viewing a webinar page a RECORD button will be available making it a snap to record the webinar and have the video sent to you afterwards. Never miss another webinar!

🙏 ACKNOWLEDGEMENTS
This software is provided by Zoomcorder.com where you can record any Zoom, GoToWebinar or Google Meet or Microsoft Teem meeting WITHOUT ATTENDING and get a video sent to you to watch later. It's highly useful so give it a try. 

Special thanks to the original author László Terray for his quality work. 

Now click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

Extension Basic Information

Name Meet auto admit Meet auto admit
ID ceofheakaalaecnecdkdanhejojkpeai
Official URL https://chromewebstore.google.com/detail/meet-auto-admit/ceofheakaalaecnecdkdanhejojkpeai
Description It admits automatically users from outside the organisation!
File Size 165 KB
Installation Count 121,623
Current Version 10.0
Last Updated 2023-05-16
Publish Date 2020-05-01
Rating 3.93/5 Total 67 Ratings
Developer https://www.zoomcorder.com
Email [email protected]
Payment Type free
Extension Website https://Zoomcorder.com
Help Page URL https://Zoomcorder.com/support
Privacy Policy Page URL https://zoomcorder.com/extension/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet auto admit",
    "version": "10.0",
    "description": "It admits automatically users from outside the organisation!",
    "icons": {
        "16": "images\/auto_admit16.png",
        "32": "images\/auto_admit32.png",
        "48": "images\/auto_admit48.png",
        "128": "images\/auto_admit128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/www.goto.com\/*",
                "https:\/\/*.gotowebinar.com\/*",
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/www.goto.com\/*",
                "https:\/\/*.gotowebinar.com\/*",
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}