The Meeting Tab

Get Active Google Meet Tab.

Cos'è The Meeting Tab?

The Meeting Tab è un'estensione di Chrome sviluppata da themeetingtab, e la sua funzione principale è "Get Active Google Meet Tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Meeting Tab

Scarica i file di estensione The Meeting Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome The Meeting Tab The Meeting Tab
ID akmnoalaiejbicphdhagambchhchbnfi
URL Ufficiale https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi
Descrizione Get Active Google Meet Tab.
Dimensione del File 17.98 KB
Conteggio Installazioni 121
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-09-01
Data di Pubblicazione 2022-08-18
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore themeetingtab
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://themeetingtab.com
URL della Pagina di Aiuto https://themeetingtab.com/contact-us/
URL della Pagina della Politica sulla Privacy https://themeetingtab.com/privacy-policy
Lingue Supportate 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"
}