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
Eメール [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"
    }
}