The Meeting Tab

Get Active Google Meet Tab.

¿Qué es The Meeting Tab?

The Meeting Tab es una extensión de Chrome desarrollada por themeetingtab, y su función principal es "Get Active Google Meet Tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Meeting Tab

Descarga archivos de extensión The Meeting Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre The Meeting Tab The Meeting Tab
ID akmnoalaiejbicphdhagambchhchbnfi
URL Oficial https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi
Descripción Get Active Google Meet Tab.
Tamaño del Archivo 17.98 KB
Cantidad de Instalaciones 121
Versión Actual 1.0.0
Última Actualización 2022-09-01
Fecha de Publicación 2022-08-18
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador themeetingtab
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://themeetingtab.com
URL de la Página de Ayuda https://themeetingtab.com/contact-us/
URL de la Página de Política de Privacidad https://themeetingtab.com/privacy-policy
Idiomas Soportados 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"
}