Press admit button in Google Meet

It presses admit/admit all in Google Meet automatically

What is Press admit button in Google Meet?

Press admit button in Google Meet is a Chrome extension developed by laszlo.terray, and its main feature is "It presses admit/admit all in Google Meet automatically".

Extension Screenshots

screenshot
screenshot

Download Press admit button in Google Meet Extension CRX File

Download Press admit button in Google Meet 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

                        It is boring to press "Admit", "Admit all" all the time when somebody wants to join your Google Meet room. This extension just does it for you.

Works with other languages, default English.                    

Extension Basic Information

Name Press admit button in Google Meet Press admit button in Google Meet
ID fpepapcelanjgjjlodbloifdjfcfkeia
Official URL https://chromewebstore.google.com/detail/press-admit-button-in-goo/fpepapcelanjgjjlodbloifdjfcfkeia
Description It presses admit/admit all in Google Meet automatically
File Size 120 KB
Installation Count 92
Current Version 1.3
Last Updated 2023-06-12
Publish Date 2021-09-25
Rating 5.00/5 Total 1 Ratings
Developer laszlo.terray
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Press admit button in Google Meet",
    "version": "1.3",
    "description": "It presses admit\/admit all in Google Meet automatically",
    "icons": {
        "16": "images\/auto_admit16.png",
        "32": "images\/auto_admit32.png",
        "48": "images\/auto_admit48.png",
        "128": "images\/auto_admit128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/auto_admit16.png",
            "32": "images\/auto_admit32.png",
            "48": "images\/auto_admit48.png",
            "128": "images\/auto_admit128.png"
        },
        "default_popup": "popup.html"
    }
}