The Meeting Tab

Get Active Google Meet Tab.

The Meeting Tab क्या है?

The Meeting Tab themeetingtab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Active Google Meet Tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Meeting Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}