My Zoom Watchlist
Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…
Qu'est-ce que My Zoom Watchlist ?
My Zoom Watchlist est une extension Chrome développée par Erez Shmueli, et sa fonction principale est "Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Zoom Watchlist
Téléchargez les fichiers d'extension My Zoom Watchlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | My Zoom Watchlist |
ID | fjjehcbgiodanicckaodgdpmdoahefha |
URL Officiel | https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha |
Description | Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to… |
Taille du Fichier | 8.67 MB |
Nombre d'Installations | 280 |
Version Actuelle | 0.2.2.2 |
Dernière Mise à Jour | 2021-01-24 |
Date de Publication | 2020-10-26 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Erez Shmueli |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |