Tab Closer for Zoom

Close the tab automatically once you join your meeting

Was ist Tab Closer for Zoom?

Tab Closer for Zoom ist eine Chrome-Erweiterung, die von garrettedwards entwickelt wurde, und ihr Hauptmerkmal ist "Close the tab automatically once you join your meeting".

Erweiterungsscreenshots

screenshot

Tab Closer for Zoom-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Closer for Zoom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab Closer for Zoom Tab Closer for Zoom
ID dipbdmjcnihnpjpignoilhljekeimlkp
Offizielle URL https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp
Beschreibung Close the tab automatically once you join your meeting
Dateigröße 9.17 KB
Installationsanzahl 652
Aktuelle Version 0.3.5
Letztes Update 2022-06-21
Veröffentlichungsdatum 2020-06-16
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler garrettedwards
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/grrttedwards/auto-close-zoom-tab
Hilfeseite URL https://github.com/grrttedwards/auto-close-zoom-tab
Unterstützte Sprachen 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"
}