Auto Admit for Google Meet™

Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.

¿Qué es Auto Admit for Google Meet™?

Auto Admit for Google Meet™ es una extensión de Chrome desarrollada por https://singleton-mah.blogspot.com, y su función principal es "Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Auto Admit for Google Meet™

Descarga archivos de extensión Auto Admit for Google Meet™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        When someone requests to join, a pop-up will appear on the Google Meet™ screen.
Clicking on it every time is a hassle.
So this extension works to automatically admit.

Many other extensions click a button named "Admit".
Therefore, they will not work with non-English, non-"Admit" button.

This extension will automatically click the button on the "right side" of the popup.
Usually the right side is the admit button.
Therefore, it supports more languages.

Disclaimer: This extension is not by Google, but by an independent development team. All copyrights belong to their respective owners.
Google does not endorse or sponsor this Chrome extension. This extension is not owned by, licensed by, or a subsidiary of Google Inc.                    

Información Básica de la Extensión

Nombre Auto Admit for Google Meet™ Auto Admit for Google Meet™
ID dhpmfgfmifhcipabgnbkhgkihhlnceeg
URL Oficial https://chromewebstore.google.com/detail/auto-admit-for-google-mee/dhpmfgfmifhcipabgnbkhgkihhlnceeg
Descripción Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.
Tamaño del Archivo 29.79 KB
Cantidad de Instalaciones 2,000
Versión Actual 1.1.1
Última Actualización 2022-04-02
Fecha de Publicación 2021-06-07
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://singleton-mah.blogspot.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://singleton-mah.blogspot.com/2021/05/google-meet-auto-admit.html
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.1.1",
    "description": "__MSG_AppDesc__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}