Tab Closer for Zoom
Close the tab automatically once you join your meeting
什么是Tab Closer for Zoom?
Tab Closer for Zoom是由garrettedwards开发的Chrome扩展程序,该扩展的主要功能是“Close the tab automatically once you join your meeting”。
扩展截图
下载Tab Closer for Zoom扩展crx文件
下载Tab Closer for Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Tab Closer for Zoom |
ID | dipbdmjcnihnpjpignoilhljekeimlkp |
官方URL | https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp |
简介 | Close the tab automatically once you join your meeting |
文件大小 | 9.17 KB |
安装次数 | 652 |
当前版本 | 0.3.5 |
更新时间 | 2022-06-21 |
上架时间 | 2020-06-16 |
评分 | 5.00/5 共4次评分 |
开发者 | garrettedwards |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/grrttedwards/auto-close-zoom-tab |
帮助页面URL | https://github.com/grrttedwards/auto-close-zoom-tab |
支持的语言 | 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" } |