The Meeting Tab

Get Active Google Meet Tab.

The Meeting Tabคืออะไร?

The Meeting Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย themeetingtab และคุณลักษณะหลักของมันคือ "Get Active Google Meet Tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Meeting Tab

ดาวน์โหลดไฟล์ส่วนขยาย The Meeting Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}