Directly Zoom Client Opener

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

Was ist Directly Zoom Client Opener?

Directly Zoom Client Opener ist eine Chrome-Erweiterung, die von yamashu entwickelt wurde, und ihr Hauptmerkmal ist "This extension automatically opens Mac/Win Zoom client app instead of launch chrome window".

Erweiterungsscreenshots

screenshot

Directly Zoom Client Opener-Erweiterungs-CRX-Datei herunterladen

Laden Sie Directly Zoom Client Opener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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

Grundlegende Informationen zur Erweiterung

Name Directly Zoom Client Opener Directly Zoom Client Opener
ID kagpicheakoeomjijdjclddhlmjhijbg
Offizielle URL https://chromewebstore.google.com/detail/directly-zoom-client-open/kagpicheakoeomjijdjclddhlmjhijbg
Beschreibung This extension automatically opens Mac/Win Zoom client app instead of launch chrome window
Dateigröße 10.36 KB
Installationsanzahl 872
Aktuelle Version 1.0
Letztes Update 2020-08-06
Veröffentlichungsdatum 2020-08-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler yamashu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}