Sleep In Google Meet
Help user sleep during Google Meet
O que é Sleep In Google Meet?
Sleep In Google Meet é uma extensão do Chrome desenvolvida por aln0071, e sua principal característica é "Help user sleep during Google Meet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sleep In Google Meet
Baixe arquivos de extensão Sleep In Google Meet 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
Auto cut Google Meet if number of attendees go below the limit set by user. Manages the meet even if the user sleeps during the call :D. For using this extension, start or join a Google Meet, and then open this extension to set the limit. Note: Number of attendees is the number of people in the meet excluding you.
Informações Básicas da Extensão
Nome | Sleep In Google Meet |
ID | ndbljakpfcbaanipholeejgcpajnbjmf |
URL Oficial | https://chromewebstore.google.com/detail/sleep-in-google-meet/ndbljakpfcbaanipholeejgcpajnbjmf |
Descrição | Help user sleep during Google Meet |
Tamanho do Arquivo | 45.51 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.2 |
Última Atualização | 2021-06-15 |
Data de Publicação | 2021-04-30 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | aln0071 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://aln0071.github.io/ |
URL da Página de Ajuda | https://aln0071.github.io/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sleep In Google Meet", "version": "1.2", "description": "Help user sleep during Google Meet", "permissions": [ "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/meet-unavailable.png", "default_popup": "popup.html" }, "author": "Alan Kuriakose", "homepage_url": "https:\/\/aln0071.github.io\/", "manifest_version": 2 } |