My Zoom Watchlist

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

什麼是My Zoom Watchlist?

My Zoom Watchlist是由Erez Shmueli開發的Chrome擴展程式,該擴展的主要功能是“Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…”。

擴展截圖

screenshot

下載My Zoom Watchlist擴展crx文件

下載My Zoom Watchlist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 My Zoom Watchlist My Zoom Watchlist
ID fjjehcbgiodanicckaodgdpmdoahefha
官方網址 https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha
簡介 Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…
檔案大小 8.67 MB
安裝次數 280
目前版本 0.2.2.2
更新時間 2021-01-24
上架時間 2020-10-26
評分 5.00/5 共 6 次評分
開發者 Erez Shmueli
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}