Zoom post attendee tab closer
This extension will close the Zoom post attendee tab
Zoom post attendee tab closerคืออะไร?
Zoom post attendee tab closer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shaun.mcavinney และคุณลักษณะหลักของมันคือ "This extension will close the Zoom post attendee tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoom post attendee tab closer
ดาวน์โหลดไฟล์ส่วนขยาย Zoom post attendee tab closer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you constantly have Zoom Post Attendee tabs open? This will automatically close them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lmcbckplaiijakfcdacphpekbigeadbm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/zoom-post-attendee-tab-cl/lmcbckplaiijakfcdacphpekbigeadbm |
คำอธิบาย | This extension will close the Zoom post attendee tab |
ขนาดไฟล์ | 27.08 KB |
จำนวนการติดตั้ง | 181 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2020-06-08 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | shaun.mcavinney |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom post attendee tab closer", "description": "This extension will close the Zoom post attendee tab", "version": "1.6", "icons": { "128": "icon.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "scripts": [ "zoomclose.js" ], "persistent": false }, "permissions": [ "tabs" ] } |