Web Launcher for Zoom

Automatically opens zoom in your browser without waiting for the link

什麼是Web Launcher for Zoom?

Web Launcher for Zoom是由conceptualspace開發的Chrome擴展程式,該擴展的主要功能是“Automatically opens zoom in your browser without waiting for the link”。

擴展截圖

screenshot

下載Web Launcher for Zoom擴展crx文件

下載Web Launcher for Zoom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Web Launcher for Zoom Web Launcher for Zoom
ID dcidmlecjccoeaalkhggkcoaeipagmpo
官方網址 https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo
簡介 Automatically opens zoom in your browser without waiting for the link
檔案大小 14.48 KB
安裝次數 119
目前版本 2.0.1
更新時間 2022-11-13
上架時間 2022-11-08
開發者 conceptualspace
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/conceptualspace/web-launcher-for-zoom
說明頁面URL https://github.com/conceptualspace/web-launcher-for-zoom
隱私政策頁面URL https://conceptualspace.net/privacy.md
支援的語言 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"
    }
}