Tab Closer for Zoom
Close the tab automatically once you join your meeting
Wat is Tab Closer for Zoom?
Tab Closer for Zoom is een Chrome-extensie ontwikkeld door garrettedwards, en de belangrijkste functie is "Close the tab automatically once you join your meeting".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Closer for Zoom
Download Tab Closer for Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tab Closer for Zoom |
ID | dipbdmjcnihnpjpignoilhljekeimlkp |
Officiële URL | https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp |
Beschrijving | Close the tab automatically once you join your meeting |
Bestandsgrootte | 9.17 KB |
Aantal Installaties | 652 |
Huidige Versie | 0.3.5 |
Laatst Bijgewerkt | 2022-06-21 |
Publicatiedatum | 2020-06-16 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | garrettedwards |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/grrttedwards/auto-close-zoom-tab |
Help Pagina-URL | https://github.com/grrttedwards/auto-close-zoom-tab |
Ondersteunde Talen | 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" } |