The Meeting Tab

Get Active Google Meet Tab.

Wat is The Meeting Tab?

The Meeting Tab is een Chrome-extensie ontwikkeld door themeetingtab, en de belangrijkste functie is "Get Active Google Meet Tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Meeting Tab

Download The Meeting Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam The Meeting Tab The Meeting Tab
ID akmnoalaiejbicphdhagambchhchbnfi
Officiële URL https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi
Beschrijving Get Active Google Meet Tab.
Bestandsgrootte 17.98 KB
Aantal Installaties 121
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-09-01
Publicatiedatum 2022-08-18
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar themeetingtab
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://themeetingtab.com
Help Pagina-URL https://themeetingtab.com/contact-us/
URL van de Privacybeleid Pagina https://themeetingtab.com/privacy-policy
Ondersteunde Talen 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"
}