Google Meet AutoExit
Google Meet AutoExit
¿Qué es Google Meet AutoExit?
Google Meet AutoExit es una extensión de Chrome desarrollada por sakujo, y su función principal es "Google Meet AutoExit".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Meet AutoExit
Descarga archivos de extensión Google Meet AutoExit 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
Automatically exit a google meet meeting ****** Change-logs ***** 1.) Optimised the performance 2.) Looked after the mic activation complaints 3.) Updated for new interface of Google Meet *************************** There are two options : - 1) EXIT AT A SPECIFIC TIME : the meeting would be exited at the time specified. 2) EXIT BASED ON PARTICIPANTS the meeting would be exited when the number of participants fall below the number specified. Created by : - Lakshay Dhiman (sakujo)
Información Básica de la Extensión
Nombre | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
URL Oficial | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
Descripción | Google Meet AutoExit |
Tamaño del Archivo | 14.62 KB |
Cantidad de Instalaciones | 1,803 |
Versión Actual | 2.1 |
Última Actualización | 2022-01-28 |
Fecha de Publicación | 2020-09-01 |
Calificación | 4.06/5 Total de 16 Calificaciones |
Desarrollador | sakujo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet AutoExit", "version": "2.1", "description": "Google Meet AutoExit", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon128.png" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |