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 là gì?
My Zoom Watchlist là một tiện ích mở rộng Chrome được phát triển bởi Erez Shmueli, và tính năng chính của nó là "Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng My Zoom Watchlist
Tải xuống các tệp mở rộng My Zoom Watchlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | My Zoom Watchlist |
ID | fjjehcbgiodanicckaodgdpmdoahefha |
URL Chính Thức | https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha |
Mô tả | Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to… |
Kích Thước Tệp | 8.67 MB |
Số Lần Cài Đặt | 280 |
Phiên Bản Hiện Tại | 0.2.2.2 |
Cập Nhật Lần Cuối | 2021-01-24 |
Ngày Phát Hành | 2020-10-26 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Erez Shmueli |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |