My Zoom Watchlist

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

Was ist My Zoom Watchlist?

My Zoom Watchlist ist eine Chrome-Erweiterung, die von Erez Shmueli entwickelt wurde, und ihr Hauptmerkmal ist "Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…".

Erweiterungsscreenshots

screenshot

My Zoom Watchlist-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Zoom Watchlist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name My Zoom Watchlist My Zoom Watchlist
ID fjjehcbgiodanicckaodgdpmdoahefha
Offizielle URL https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha
Beschreibung Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…
Dateigröße 8.67 MB
Installationsanzahl 280
Aktuelle Version 0.2.2.2
Letztes Update 2021-01-24
Veröffentlichungsdatum 2020-10-26
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Erez Shmueli
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}