Google Meet AutoExit
Google Meet AutoExit
O que é Google Meet AutoExit?
Google Meet AutoExit é uma extensão do Chrome desenvolvida por sakujo, e sua principal característica é "Google Meet AutoExit".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Meet AutoExit
Baixe arquivos de extensão Google Meet AutoExit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
URL Oficial | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
Descrição | Google Meet AutoExit |
Tamanho do Arquivo | 14.62 KB |
Contagem de Instalações | 1,803 |
Versão Atual | 2.1 |
Última Atualização | 2022-01-28 |
Data de Publicação | 2020-09-01 |
Classificação | 4.06/5 Total de 16 Avaliações |
Desenvolvedor | sakujo |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |