My Zoom Watchlist

Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…

Cos'è My Zoom Watchlist?

My Zoom Watchlist è un'estensione di Chrome sviluppata da Erez Shmueli, e la sua funzione principale è "Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione My Zoom Watchlist

Scarica i file di estensione My Zoom Watchlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome My Zoom Watchlist My Zoom Watchlist
ID fjjehcbgiodanicckaodgdpmdoahefha
URL Ufficiale https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha
Descrizione Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…
Dimensione del File 8.67 MB
Conteggio Installazioni 280
Versione Corrente 0.2.2.2
Ultimo Aggiornamento 2021-01-24
Data di Pubblicazione 2020-10-26
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Erez Shmueli
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}