Google Meet Auto Leave

GoogleMeet Auto Leave: on time, number of members, minutes _abx

¿Qué es Google Meet Auto Leave?

Google Meet Auto Leave es una extensión de Chrome desarrollada por abx, y su función principal es "GoogleMeet Auto Leave: on time, number of members, minutes _abx".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Meet Auto Leave

Descarga archivos de extensión Google Meet Auto Leave 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

                        Google Meet Auto Leave : Auto Leave google meetings

"AUTOMATE THE ONLINE CLASSES AND CHILL" 

Features:
Auto Leave meet ,
1. Specified Time : The meet will Automatically exits on time specified by user. 
2. Participants/Members left : The meet will Automatically exits when the number of participants fall below the number specified by user
3. Minutes left : It starts a count down timer and The meet will Automatically exits when countdown hit 00:00.

HOW TO USE??
Visit "https://meet.google.com/**"(Any google meet)
Then Click on Extension
1. Select your preference.
2. Enter the Value And click on Tick Button.
	(Hourglass Icon appers on left bottom, means the extension is working in background).
3. Sit back and relax. It automaically exit Google meet.

(anytime to cancel the timer/background process hit Stop Icon).

Like my work,
Add your valuable Reviews.

Made with ❤ By : abx.                    

Información Básica de la Extensión

Nombre Google Meet Auto Leave Google Meet Auto Leave
ID ijbcojchpkeeegcffccflenaooemfoee
URL Oficial https://chrome.google.com/webstore/detail/google-meet-auto-leave/ijbcojchpkeeegcffccflenaooemfoee
Descripción GoogleMeet Auto Leave: on time, number of members, minutes _abx
Tamaño del Archivo 213 KB
Cantidad de Instalaciones 2,608
Versión Actual 1.1.0
Última Actualización 2020-11-07
Fecha de Publicación 2020-10-14
Calificación 3.48/5 Total de 25 Calificaciones
Desarrollador abx
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://bhattcodes.github.io
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Auto Leave",
    "description": "GoogleMeet Auto Leave: on time, number of members, minutes _abx",
    "version": "1.1.0",
    "author": "abx",
    "icons": {
        "512": "images\/editexiticon1.png"
    },
    "browser_action": {
        "default_icon": "images\/editexiticon1.png",
        "default_popup": "index.html",
        "default_title": "Auto Leave Google Meet"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ]
        }
    ]
}