ZOOM tab killer

Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.

Co to jest ZOOM tab killer?

ZOOM tab killer to rozszerzenie Chrome opracowane przez ptelad, a jego główną funkcją jest „Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ZOOM tab killer

Pobierz pliki rozszerzeń ZOOM tab killer 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

                        Tired of ZOOM meeting tabs littering your chrome browser???
Let ZOOM TAB KILLER take care of business!

ZOOM TAB KILLER will close the ZOOM meeting tab 10 sec. after the "success=true" query param is added or  meeting is done and the page navigates to /postattendee

This extension is open source!
Please visit: https://github.com/ptelad/zoom-tab-killer                    

Podstawowe informacje o rozszerzeniu

Nazwa ZOOM tab killer ZOOM tab killer
ID ecljipopiofdehgkinhohnldfaogdipo
Oficjalny URL https://chrome.google.com/webstore/detail/zoom-tab-killer/ecljipopiofdehgkinhohnldfaogdipo
Opis Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
Rozmiar pliku 26.32 KB
Liczba instalacji 2,000
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2021-05-27
Data Publikacji 2020-06-24
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper ptelad
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ptelad/zoom-tab-killer
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZOOM tab killer",
    "description": "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.",
    "version": "1.6",
    "manifest_version": 2,
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "icons": {
        "128": "zoomkiller.png"
    },
    "background": {
        "scripts": [
            "zoomkiller.js"
        ],
        "persistent": false
    }
}