The Meeting Tab

Get Active Google Meet Tab.

What is The Meeting Tab?

The Meeting Tab is a Chrome extension developed by themeetingtab, and its main feature is "Get Active Google Meet Tab.".

Extension Screenshots

screenshot

Download The Meeting Tab Extension CRX File

Download The Meeting Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name The Meeting Tab The Meeting Tab
ID akmnoalaiejbicphdhagambchhchbnfi
Official URL https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi
Description Get Active Google Meet Tab.
File Size 17.98 KB
Installation Count 121
Current Version 1.0.0
Last Updated 2022-09-01
Publish Date 2022-08-18
Rating 5.00/5 Total 10 Ratings
Developer themeetingtab
Email [email protected]
Payment Type free
Extension Website https://themeetingtab.com
Help Page URL https://themeetingtab.com/contact-us/
Privacy Policy Page URL https://themeetingtab.com/privacy-policy
Supported Languages 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"
}