Tab Closer for Zoom
Close the tab automatically once you join your meeting
Qu'est-ce que Tab Closer for Zoom ?
Tab Closer for Zoom est une extension Chrome développée par garrettedwards, et sa fonction principale est "Close the tab automatically once you join your meeting".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Closer for Zoom
Téléchargez les fichiers d'extension Tab Closer for Zoom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tab Closer for Zoom |
ID | dipbdmjcnihnpjpignoilhljekeimlkp |
URL Officiel | https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp |
Description | Close the tab automatically once you join your meeting |
Taille du Fichier | 9.17 KB |
Nombre d'Installations | 652 |
Version Actuelle | 0.3.5 |
Dernière Mise à Jour | 2022-06-21 |
Date de Publication | 2020-06-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | garrettedwards |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/grrttedwards/auto-close-zoom-tab |
URL de la Page d'Aide | https://github.com/grrttedwards/auto-close-zoom-tab |
Langues Prises en Charge | 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" } |