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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" } } |