My Zoom Watchlist

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

Vad är My Zoom Watchlist?

My Zoom Watchlist är en Chrome-tillägg utvecklad av Erez Shmueli, och dess huvudfunktion är "Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…".

Tilläggsskärmbilder

screenshot

Ladda ner My Zoom Watchlist-förlängningens CRX-fil

Ladda ner My Zoom Watchlist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn My Zoom Watchlist My Zoom Watchlist
ID fjjehcbgiodanicckaodgdpmdoahefha
Officiell webbadress https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha
Beskrivning Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…
Filstorlek 8.67 MB
Antal Installationer 280
Aktuell Version 0.2.2.2
Senast Uppdaterad 2021-01-24
Publiceringsdatum 2020-10-26
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Erez Shmueli
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}