Zoom Redirector

Zoom Redirector transparently redirects any meeting links to use Zoom's browser based web client.

What is Zoom Redirector?

Zoom Redirector is a Chrome extension developed by http://arkadiyt.com, and its main feature is "Zoom Redirector transparently redirects any meeting links to use Zoom's browser based web client.".

Extension Screenshots

screenshot

Download Zoom Redirector Extension CRX File

Download Zoom Redirector 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

                        Instead of having to search for the hidden "join from your browser" link, this addon will take you there automatically.                    

Extension Basic Information

Name Zoom Redirector Zoom Redirector
ID fmaeeiocbalinknpdkjjfogehkdcbkcd
Official URL https://chrome.google.com/webstore/detail/zoom-redirector/fmaeeiocbalinknpdkjjfogehkdcbkcd
Description Zoom Redirector transparently redirects any meeting links to use Zoom's browser based web client.
File Size 44.38 KB
Installation Count 30,000
Current Version 1.0.2
Last Updated 2020-08-24
Publish Date 2020-03-27
Rating 4.92/5 Total 12 Ratings
Developer http://arkadiyt.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.zoom.us\/*",
        "*:\/\/*.zoomgov.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}