Directly Zoom Client Opener

This extension automatically opens Mac/Win Zoom client app instead of launch chrome window

Directly Zoom Client Openerとは何ですか?

Directly Zoom Client Openerはyamashuによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically opens Mac/Win Zoom client app instead of launch chrome window」です。

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

screenshot

Directly Zoom Client Opener拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension automatically opens Mac/Win Zoom client app instead of launch chrome window.

Target URLs:
- https://zoom.us/j/*
- https://*.zoom.us/j/*
- https://zoom.us/s/*
- https://*.zoom.us/s/* 

Redirect URL is also included in the target.
For example, the following URL of Google Calendar.
- https://www.google.com/url?q=https://zoom.us/j/*

Source: https://github.com/yamashush/directly-zoom-client-opener

Icons made by Freepik from www.flaticon.com

拡張機能の基本情報

名前 Directly Zoom Client Opener Directly Zoom Client Opener
ID kagpicheakoeomjijdjclddhlmjhijbg
公式URL https://chromewebstore.google.com/detail/directly-zoom-client-open/kagpicheakoeomjijdjclddhlmjhijbg
説明 This extension automatically opens Mac/Win Zoom client app instead of launch chrome window
ファイルサイズ 10.36 KB
インストール数 872
現在のバージョン 1.0
最終更新日 2020-08-06
公開日 2020-08-06
評価 5.00/5 合計 1 レビュー
開発者 yamashu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Directly Zoom Client Opener",
    "version": "1.0",
    "description": "This extension automatically opens Mac\/Win Zoom client app instead of launch chrome window",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2
}