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
官方URL 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"
    }
}