Web Launcher for Zoom

Automatically opens zoom in your browser without waiting for the link

What is Web Launcher for Zoom?

Web Launcher for Zoom is a Chrome extension developed by conceptualspace, and its main feature is "Automatically opens zoom in your browser without waiting for the link".

Extension Screenshots

screenshot

Download Web Launcher for Zoom Extension CRX File

Download Web Launcher for Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Web Launcher for Zoom Web Launcher for Zoom
ID dcidmlecjccoeaalkhggkcoaeipagmpo
Official URL https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo
Description Automatically opens zoom in your browser without waiting for the link
File Size 14.48 KB
Installation Count 119
Current Version 2.0.1
Last Updated 2022-11-13
Publish Date 2022-11-08
Developer conceptualspace
Email [email protected]
Payment Type free
Extension Website https://github.com/conceptualspace/web-launcher-for-zoom
Help Page URL https://github.com/conceptualspace/web-launcher-for-zoom
Privacy Policy Page URL https://conceptualspace.net/privacy.md
Supported Languages 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"
    }
}