Zoom post attendee tab closer

This extension will close the Zoom post attendee tab

Co to jest Zoom post attendee tab closer?

Zoom post attendee tab closer to rozszerzenie Chrome opracowane przez shaun.mcavinney, a jego główną funkcją jest „This extension will close the Zoom post attendee tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zoom post attendee tab closer

Pobierz pliki rozszerzeń Zoom post attendee tab closer 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

                        Do you constantly have Zoom Post Attendee tabs open? This will automatically close them.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zoom post attendee tab closer Zoom post attendee tab closer
ID lmcbckplaiijakfcdacphpekbigeadbm
Oficjalny URL https://chrome.google.com/webstore/detail/zoom-post-attendee-tab-cl/lmcbckplaiijakfcdacphpekbigeadbm
Opis This extension will close the Zoom post attendee tab
Rozmiar pliku 27.08 KB
Liczba instalacji 181
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2020-06-08
Data Publikacji 2020-06-08
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper shaun.mcavinney
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoom post attendee tab closer",
    "description": "This extension will close the Zoom post attendee tab",
    "version": "1.6",
    "icons": {
        "128": "icon.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "scripts": [
            "zoomclose.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}