OK Zoomer

OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.

OK Zoomerとは何ですか?

OK Zoomerはprogammerによって開発されたChromeの拡張機能で、その主な機能は「OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

OK Zoomer拡張機能のCRXファイルをダウンロード

OK Zoomer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Late to Zoom University because you forgot you had class? Or maybe you couldn't find that join link buried in your email with 999+ notifications... OK Zoomer. Here's a solution for your troubles: a compact and easily accessible extension that will save and join your classes for you!

why should I download this?
- Lightweight portal for easy access to online meetings
- Zoom meetings and other links [e.g. Microsoft Teams and Blackboard Collaborate] supported
- Save and customize meetings with password support
- Schedule meetings, automatically join meetings, and get reminders                    

拡張機能の基本情報

名前 OK Zoomer OK Zoomer
ID jbnbkdnmmdndfglombmgmbccfccjkidg
公式URL https://chromewebstore.google.com/detail/ok-zoomer/jbnbkdnmmdndfglombmgmbccfccjkidg
説明 OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.
ファイルサイズ 212 KB
インストール数 302
現在のバージョン 1.7
最終更新日 2020-09-09
公開日 2020-08-22
評価 4.82/5 合計 11 レビュー
開発者 progammer
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OK Zoomer",
    "version": "1.7",
    "description": "OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.",
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}