The Meeting Tab

Get Active Google Meet Tab.

The Meeting Tab là gì?

The Meeting Tab là một tiện ích mở rộng Chrome được phát triển bởi themeetingtab, và tính năng chính của nó là "Get Active Google Meet 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 The Meeting Tab

Tải xuống các tệp mở rộng The Meeting Tab 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

                        One-click to get back to your active Google meeting tab.

Simplicity is the king.

That’s the most straightforward extension you can find. Just click the extension Icon, and the active meeting tab will instantly pop – No matter how many tabs or Chrome windows are open.

It couldn’t be easier!

* Don't forget to pin the extension after the installation.

If you like this extension and use it, please rate it and spread the word :)                    

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

Tên The Meeting Tab The Meeting Tab
ID akmnoalaiejbicphdhagambchhchbnfi
URL Chính Thức https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi
Mô tả Get Active Google Meet Tab.
Kích Thước Tệp 17.98 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-09-01
Ngày Phát Hành 2022-08-18
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển themeetingtab
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://themeetingtab.com
URL Trang Trợ Giúp https://themeetingtab.com/contact-us/
URL Trang Chính Sách Bảo Mật https://themeetingtab.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "author": "Amit Bachbut",
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png"
        }
    },
    "description": "Get Active Google Meet Tab.",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 3,
    "name": "The Meeting Tab",
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "tabs",
        "scripting",
        "notifications"
    ],
    "version": "1.0.0"
}