My Zoom Watchlist
Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…
My Zoom Watchlistคืออะไร?
My Zoom Watchlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erez Shmueli และคุณลักษณะหลักของมันคือ "Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Zoom Watchlist
ดาวน์โหลดไฟล์ส่วนขยาย My Zoom Watchlist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to Use: 1. The app insert and save the Zoom sessions details automatically. 2. You can add Zoom sessions manually by clicking the "add" button on the top right side. 3. You can edit Zoom sessions by clicking the name of the meeting and then on "save" button. 4. You can Filter the sessions with the search box on the left top side. The app insert and save automatically details of Zoom sessions only from website of Zoom recorded sessions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | My Zoom Watchlist |
ID | fjjehcbgiodanicckaodgdpmdoahefha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha |
คำอธิบาย | Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to… |
ขนาดไฟล์ | 8.67 MB |
จำนวนการติดตั้ง | 280 |
เวอร์ชันปัจจุบัน | 0.2.2.2 |
อัปเดตครั้งล่าสุด | 2021-01-24 |
วันที่เผยแพร่ | 2020-10-26 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Erez Shmueli |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Zoom Watchlist", "version": "0.2.2.2", "author": [ { "name": "Erez Shmueli" } ], "content_scripts": [ { "matches": [ "https:\/\/*.zoom.us\/rec\/play\/*", "https:\/\/zoom.us\/rec\/play\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |