Tab Closer for Zoom

Close the tab automatically once you join your meeting

Τι είναι το Tab Closer for Zoom;

Το Tab Closer for Zoom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον garrettedwards, και η κύρια λειτουργία του είναι "Close the tab automatically once you join your meeting".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tab Closer for Zoom

Λήψη αρχείων επέκτασης Tab Closer for Zoom σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tab Closer for Zoom Tab Closer for Zoom
ID dipbdmjcnihnpjpignoilhljekeimlkp
Επίσημο URL https://chromewebstore.google.com/detail/tab-closer-for-zoom/dipbdmjcnihnpjpignoilhljekeimlkp
Περιγραφή Close the tab automatically once you join your meeting
Μέγεθος Αρχείου 9.17 KB
Αριθμός Εγκαταστάσεων 652
Τρέχουσα Έκδοση 0.3.5
Τελευταία Ενημέρωση 2022-06-21
Ημερομηνία Δημοσίευσης 2020-06-16
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής garrettedwards
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/grrttedwards/auto-close-zoom-tab
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/grrttedwards/auto-close-zoom-tab
Υποστηριζόμενες Γλώσσες 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"
}