My Zoom Watchlist
Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…
¿Qué es My Zoom Watchlist?
My Zoom Watchlist es una extensión de Chrome desarrollada por Erez Shmueli, y su función principal es "Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión My Zoom Watchlist
Descarga archivos de extensión My Zoom Watchlist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | My Zoom Watchlist |
ID | fjjehcbgiodanicckaodgdpmdoahefha |
URL Oficial | https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha |
Descripción | Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to… |
Tamaño del Archivo | 8.67 MB |
Cantidad de Instalaciones | 280 |
Versión Actual | 0.2.2.2 |
Última Actualización | 2021-01-24 |
Fecha de Publicación | 2020-10-26 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | Erez Shmueli |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |