The Meeting Tab

Get Active Google Meet Tab.

Apa itu The Meeting Tab?

The Meeting Tab adalah ekstensi Chrome yang dikembangkan oleh themeetingtab, dan fitur utamanya adalah "Get Active Google Meet Tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Meeting Tab

Unduh file ekstensi The Meeting Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama The Meeting Tab The Meeting Tab
ID akmnoalaiejbicphdhagambchhchbnfi
URL Resmi https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi
Deskripsi Get Active Google Meet Tab.
Ukuran File 17.98 KB
Jumlah Instalasi 121
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-09-01
Tanggal Publikasi 2022-08-18
Penilaian 5.00/5 Total 10 Penilaian
Pengembang themeetingtab
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://themeetingtab.com
URL Halaman Bantuan https://themeetingtab.com/contact-us/
URL Halaman Kebijakan Privasi https://themeetingtab.com/privacy-policy
Bahasa yang Didukung 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"
}