Directly Zoom Client Opener

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

Directly Zoom Client Opener là gì?

Directly Zoom Client Opener là một tiện ích mở rộng Chrome được phát triển bởi yamashu, và tính năng chính của nó là "This extension automatically opens Mac/Win Zoom client app instead of launch chrome window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Directly Zoom Client Opener

Tải xuống các tệp mở rộng Directly Zoom Client Opener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Directly Zoom Client Opener Directly Zoom Client Opener
ID kagpicheakoeomjijdjclddhlmjhijbg
URL Chính Thức https://chromewebstore.google.com/detail/directly-zoom-client-open/kagpicheakoeomjijdjclddhlmjhijbg
Mô tả This extension automatically opens Mac/Win Zoom client app instead of launch chrome window
Kích Thước Tệp 10.36 KB
Số Lần Cài Đặt 872
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-08-06
Ngày Phát Hành 2020-08-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển yamashu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}