Tab Closer for Zoom
Close the tab automatically once you join your meeting
O que é Tab Closer for Zoom?
Tab Closer for Zoom é uma extensão do Chrome desenvolvida por garrettedwards, e sua principal característica é "Close the tab automatically once you join your meeting".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Closer for Zoom
Baixe arquivos de extensão Tab Closer for Zoom 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 closes the useless Zoom tab after successfully redirecting to the client. --- Notice of Non-Affiliation and Disclaimer We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Zoom Video Communications, Inc. (Zoom), or any of its subsidiaries or its affiliates. The official Zoom Video Communications, Inc. website can be found at https://zoom.us/. The names Zoom Video Communications, Inc. and Zoom as well as related names, marks, emblems and images are registered trademarks of their respective owners.
Informações Básicas da Extensão
Nome | Tab Closer for Zoom |
ID | dipbdmjcnihnpjpignoilhljekeimlkp |
URL Oficial | https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp |
Descrição | Close the tab automatically once you join your meeting |
Tamanho do Arquivo | 9.17 KB |
Contagem de Instalações | 652 |
Versão Atual | 0.3.5 |
Última Atualização | 2022-06-21 |
Data de Publicação | 2020-06-16 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | garrettedwards |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/grrttedwards/auto-close-zoom-tab |
URL da Página de Ajuda | https://github.com/grrttedwards/auto-close-zoom-tab |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Close the tab automatically once you join your meeting", "homepage_url": "https:\/\/github.com\/grrttedwards\/zoom-tab-closer", "manifest_version": 2, "name": "Tab Closer for Zoom", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon-128.png" }, "version": "0.3.5" } |