Web Launcher for Zoom

Automatically opens zoom in your browser without waiting for the link

Web Launcher for Zoom là gì?

Web Launcher for Zoom là một tiện ích mở rộng Chrome được phát triển bởi conceptualspace, và tính năng chính của nó là "Automatically opens zoom in your browser without waiting for the link".

Ả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 Web Launcher for Zoom

Tải xuống các tệp mở rộng Web Launcher for Zoom 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 makes life easier for those who do not wish to install the Zoom* App.

When joining a meeting, this extension will launch Zoom in the browser automatically without prompting to use the app or forcing the user to click the "Join with Browser" link.

This open source extension is in no way affiliated with, endorsed, or sponsored by Zoom. 

* Zoom and the Zoom logo are trademarks of Zoom Video Communications, Inc.                    

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

Tên Web Launcher for Zoom Web Launcher for Zoom
ID dcidmlecjccoeaalkhggkcoaeipagmpo
URL Chính Thức https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo
Mô tả Automatically opens zoom in your browser without waiting for the link
Kích Thước Tệp 14.48 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-11-13
Ngày Phát Hành 2022-11-08
Nhà Phát Triển conceptualspace
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/conceptualspace/web-launcher-for-zoom
URL Trang Trợ Giúp https://github.com/conceptualspace/web-launcher-for-zoom
URL Trang Chính Sách Bảo Mật https://conceptualspace.net/privacy.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Launcher for Zoom",
    "description": "Automatically opens zoom in your browser without waiting for the link",
    "version": "2.0.1",
    "author": "[email protected]",
    "host_permissions": [
        "*:\/\/*.zoom.us\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zoom.us\/*"
            ],
            "js": [
                "arrive.min.js",
                "content_script.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}