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
官方網址 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
電子郵箱 [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
}