Tab Closer for Zoom
Close the tab automatically once you join your meeting
What is Tab Closer for Zoom?
Tab Closer for Zoom is a Chrome extension developed by garrettedwards, and its main feature is "Close the tab automatically once you join your meeting".
Extension Screenshots
Download Tab Closer for Zoom Extension CRX File
Download Tab Closer for Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tab Closer for Zoom |
ID | dipbdmjcnihnpjpignoilhljekeimlkp |
Official URL | https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp |
Description | Close the tab automatically once you join your meeting |
File Size | 9.17 KB |
Installation Count | 652 |
Current Version | 0.3.5 |
Last Updated | 2022-06-21 |
Publish Date | 2020-06-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | garrettedwards |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/grrttedwards/auto-close-zoom-tab |
Help Page URL | https://github.com/grrttedwards/auto-close-zoom-tab |
Supported Languages | 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" } |