Directly Zoom Client Opener

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

Wat is Directly Zoom Client Opener?

Directly Zoom Client Opener is een Chrome-extensie ontwikkeld door yamashu, en de belangrijkste functie is "This extension automatically opens Mac/Win Zoom client app instead of launch chrome window".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Directly Zoom Client Opener

Download Directly Zoom Client Opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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

Basisinformatie over de Extensie

Naam Directly Zoom Client Opener Directly Zoom Client Opener
ID kagpicheakoeomjijdjclddhlmjhijbg
Officiële URL https://chromewebstore.google.com/detail/directly-zoom-client-open/kagpicheakoeomjijdjclddhlmjhijbg
Beschrijving This extension automatically opens Mac/Win Zoom client app instead of launch chrome window
Bestandsgrootte 10.36 KB
Aantal Installaties 872
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-06
Publicatiedatum 2020-08-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar yamashu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}