Directly Zoom Client Opener

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

Co to jest Directly Zoom Client Opener?

Directly Zoom Client Opener to rozszerzenie Chrome opracowane przez yamashu, a jego główną funkcją jest „This extension automatically opens Mac/Win Zoom client app instead of launch chrome window”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Directly Zoom Client Opener

Pobierz pliki rozszerzeń Directly Zoom Client Opener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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

Podstawowe informacje o rozszerzeniu

Nazwa Directly Zoom Client Opener Directly Zoom Client Opener
ID kagpicheakoeomjijdjclddhlmjhijbg
Oficjalny URL https://chromewebstore.google.com/detail/directly-zoom-client-open/kagpicheakoeomjijdjclddhlmjhijbg
Opis This extension automatically opens Mac/Win Zoom client app instead of launch chrome window
Rozmiar pliku 10.36 KB
Liczba instalacji 872
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-08-06
Data Publikacji 2020-08-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper yamashu
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}