The Meeting Tab

Get Active Google Meet Tab.

什麼是The Meeting Tab?

The Meeting Tab是由themeetingtab開發的Chrome擴展程式,該擴展的主要功能是“Get Active Google Meet Tab.”。

擴展截圖

screenshot

下載The Meeting Tab擴展crx文件

下載The Meeting Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 :)                    

擴展基本資訊

名稱 The Meeting Tab The Meeting Tab
ID akmnoalaiejbicphdhagambchhchbnfi
官方網址 https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi
簡介 Get Active Google Meet Tab.
檔案大小 17.98 KB
安裝次數 121
目前版本 1.0.0
更新時間 2022-09-01
上架時間 2022-08-18
評分 5.00/5 共 10 次評分
開發者 themeetingtab
電子郵箱 [email protected]
付費類型 free
擴展官網 https://themeetingtab.com
說明頁面URL https://themeetingtab.com/contact-us/
隱私政策頁面URL https://themeetingtab.com/privacy-policy
支援的語言 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"
}