Tab Closer for Zoom

Close the tab automatically once you join your meeting

Co to jest Tab Closer for Zoom?

Tab Closer for Zoom to rozszerzenie Chrome opracowane przez garrettedwards, a jego główną funkcją jest „Close the tab automatically once you join your meeting”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Closer for Zoom

Pobierz pliki rozszerzeń Tab Closer for Zoom 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

                        Automatically closes the useless Zoom tab after successfully redirecting to the client.

---

Notice of Non-Affiliation and Disclaimer

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Zoom Video Communications, Inc. (Zoom), or any of its subsidiaries or its affiliates. The official Zoom Video Communications, Inc. website can be found at https://zoom.us/.

The names Zoom Video Communications, Inc. and Zoom as well as related names, marks, emblems and images are registered trademarks of their respective owners.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Closer for Zoom Tab Closer for Zoom
ID dipbdmjcnihnpjpignoilhljekeimlkp
Oficjalny URL https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp
Opis Close the tab automatically once you join your meeting
Rozmiar pliku 9.17 KB
Liczba instalacji 652
Aktualna Wersja 0.3.5
Ostatnia Aktualizacja 2022-06-21
Data Publikacji 2020-06-16
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper garrettedwards
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/grrttedwards/auto-close-zoom-tab
Adres URL Strony Pomocy https://github.com/grrttedwards/auto-close-zoom-tab
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Close the tab automatically once you join your meeting",
    "homepage_url": "https:\/\/github.com\/grrttedwards\/zoom-tab-closer",
    "manifest_version": 2,
    "name": "Tab Closer for Zoom",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "version": "0.3.5"
}