Tab Closer for Zoom

Close the tab automatically once you join your meeting

Tab Closer for Zoom là gì?

Tab Closer for Zoom là một tiện ích mở rộng Chrome được phát triển bởi garrettedwards, và tính năng chính của nó là "Close the tab automatically once you join your meeting".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Closer for Zoom

Tải xuống các tệp mở rộng Tab Closer for Zoom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Closer for Zoom Tab Closer for Zoom
ID dipbdmjcnihnpjpignoilhljekeimlkp
URL Chính Thức https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp
Mô tả Close the tab automatically once you join your meeting
Kích Thước Tệp 9.17 KB
Số Lần Cài Đặt 652
Phiên Bản Hiện Tại 0.3.5
Cập Nhật Lần Cuối 2022-06-21
Ngày Phát Hành 2020-06-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển garrettedwards
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/grrttedwards/auto-close-zoom-tab
URL Trang Trợ Giúp https://github.com/grrttedwards/auto-close-zoom-tab
Ngôn Ngữ Được Hỗ Trợ 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"
}