ZOOM tab killer

Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.

ZOOM tab killer là gì?

ZOOM tab killer là một tiện ích mở rộng Chrome được phát triển bởi ptelad, và tính năng chính của nó là "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.".

Ả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 ZOOM tab killer

Tải xuống các tệp mở rộng ZOOM tab killer 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

                        Tired of ZOOM meeting tabs littering your chrome browser???
Let ZOOM TAB KILLER take care of business!

ZOOM TAB KILLER will close the ZOOM meeting tab 10 sec. after the "success=true" query param is added or  meeting is done and the page navigates to /postattendee

This extension is open source!
Please visit: https://github.com/ptelad/zoom-tab-killer                    

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

Tên ZOOM tab killer ZOOM tab killer
ID ecljipopiofdehgkinhohnldfaogdipo
URL Chính Thức https://chrome.google.com/webstore/detail/zoom-tab-killer/ecljipopiofdehgkinhohnldfaogdipo
Mô tả Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
Kích Thước Tệp 26.32 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-05-27
Ngày Phát Hành 2020-06-24
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển ptelad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ptelad/zoom-tab-killer
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZOOM tab killer",
    "description": "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.",
    "version": "1.6",
    "manifest_version": 2,
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "icons": {
        "128": "zoomkiller.png"
    },
    "background": {
        "scripts": [
            "zoomkiller.js"
        ],
        "persistent": false
    }
}