Zoom post attendee tab closer

This extension will close the Zoom post attendee tab

Zoom post attendee tab closer là gì?

Zoom post attendee tab closer là một tiện ích mở rộng Chrome được phát triển bởi shaun.mcavinney, và tính năng chính của nó là "This extension will close the Zoom post attendee tab".

Ả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 post attendee tab closer

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

                        Do you constantly have Zoom Post Attendee tabs open? This will automatically close them.                    

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

Tên Zoom post attendee tab closer Zoom post attendee tab closer
ID lmcbckplaiijakfcdacphpekbigeadbm
URL Chính Thức https://chrome.google.com/webstore/detail/zoom-post-attendee-tab-cl/lmcbckplaiijakfcdacphpekbigeadbm
Mô tả This extension will close the Zoom post attendee tab
Kích Thước Tệp 27.08 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2020-06-08
Ngày Phát Hành 2020-06-08
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển shaun.mcavinney
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoom post attendee tab closer",
    "description": "This extension will close the Zoom post attendee tab",
    "version": "1.6",
    "icons": {
        "128": "icon.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "scripts": [
            "zoomclose.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}