Directly Zoom Client Opener

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

Hvad er Directly Zoom Client Opener?

Directly Zoom Client Opener er en Chrome-udvidelse udviklet af yamashu, og dens hovedfunktion er "This extension automatically opens Mac/Win Zoom client app instead of launch chrome window".

Udvidelsesskærmbilleder

screenshot

Download Directly Zoom Client Opener-udvidelses-CRX-fil

Download Directly Zoom Client Opener-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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

Grundlæggende oplysninger om udvidelsen

Navn Directly Zoom Client Opener Directly Zoom Client Opener
ID kagpicheakoeomjijdjclddhlmjhijbg
Officiel URL https://chromewebstore.google.com/detail/directly-zoom-client-open/kagpicheakoeomjijdjclddhlmjhijbg
Beskrivelse This extension automatically opens Mac/Win Zoom client app instead of launch chrome window
Filstørrelse 10.36 KB
Antal Installationer 872
Nuværende Version 1.0
Senest Opdateret 2020-08-06
Udgivelsesdato 2020-08-06
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler yamashu
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}