Tab Closer for Zoom

Close the tab automatically once you join your meeting

Tab Closer for Zoomคืออะไร?

Tab Closer for Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย garrettedwards และคุณลักษณะหลักของมันคือ "Close the tab automatically once you join your meeting"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Closer for Zoom

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

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

                        Automatically closes the useless Zoom tab after successfully redirecting to the client.

---

Notice of Non-Affiliation and Disclaimer

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Zoom Video Communications, Inc. (Zoom), or any of its subsidiaries or its affiliates. The official Zoom Video Communications, Inc. website can be found at https://zoom.us/.

The names Zoom Video Communications, Inc. and Zoom as well as related names, marks, emblems and images are registered trademarks of their respective owners.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Closer for Zoom Tab Closer for Zoom
ID dipbdmjcnihnpjpignoilhljekeimlkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp
คำอธิบาย Close the tab automatically once you join your meeting
ขนาดไฟล์ 9.17 KB
จำนวนการติดตั้ง 652
เวอร์ชันปัจจุบัน 0.3.5
อัปเดตครั้งล่าสุด 2022-06-21
วันที่เผยแพร่ 2020-06-16
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา garrettedwards
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/grrttedwards/auto-close-zoom-tab
URL หน้าช่วยเหลือ https://github.com/grrttedwards/auto-close-zoom-tab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Close the tab automatically once you join your meeting",
    "homepage_url": "https:\/\/github.com\/grrttedwards\/zoom-tab-closer",
    "manifest_version": 2,
    "name": "Tab Closer for Zoom",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "version": "0.3.5"
}