Tab Closer for Zoom

Close the tab automatically once you join your meeting

Co je Tab Closer for Zoom?

Tab Closer for Zoom je rozšíření Chrome vyvinuté garrettedwards, a jeho hlavní funkcí je „Close the tab automatically once you join your meeting“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tab Closer for Zoom

Stáhněte si soubory rozšíření Tab Closer for Zoom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tab Closer for Zoom Tab Closer for Zoom
ID dipbdmjcnihnpjpignoilhljekeimlkp
Oficiální URL https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp
Popis Close the tab automatically once you join your meeting
Velikost souboru 9.17 KB
Počet instalací 652
Aktuální Verze 0.3.5
Poslední Aktualizace 2022-06-21
Datum Vydání 2020-06-16
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář garrettedwards
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/grrttedwards/auto-close-zoom-tab
URL Stránky Nápovědy https://github.com/grrttedwards/auto-close-zoom-tab
Podporované Jazyky 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"
}