Clozoom

Close your Zoom meeting tabs automatically!

Τι είναι το Clozoom;

Το Clozoom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thesephist.com, και η κύρια λειτουργία του είναι "Close your Zoom meeting tabs automatically!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Clozoom

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

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

                        Clozoom is a browser extension to close your Zoom meeting tabs automatically after they've opened Zoom. With Clozoom, your Zoom attendee tabs automatically close 10 seconds after you open them, unless you cancel.

If you have different needs or Internet speeds, you can adjust that 10 second delay up or down.

--- * ---

The real story behind Clozoom...

SCENE.

Skype. Facetime. WebEx. Hangouts.

Long ago, these four video chat apps lived together in harmony. Then, everything changed when Zoom was born. Zoom wrecked havoc on all of our browser tabs as it slowly proliferated all human interaction on Earth and never cleaned up after itself. Only Clozoom, the master of Zoom attendee tabs, could stop it, but when the world needed it most, it never came.

Many moons passed and I built Clozoom, a tab-bending Chrome extention. Although its tab-bending skills are great, it has a lot to learn before it's ready to save anyone.

But I believe Clozoom can save the world.

CUE MUSIC.                    

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

Όνομα Clozoom Clozoom
ID ginkdklliadpegalhjlibeggnnbdkghi
Επίσημο URL https://chromewebstore.google.com/detail/clozoom/ginkdklliadpegalhjlibeggnnbdkghi
Περιγραφή Close your Zoom meeting tabs automatically!
Μέγεθος Αρχείου 64.72 KB
Αριθμός Εγκαταστάσεων 1,626
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2022-08-05
Ημερομηνία Δημοσίευσης 2020-08-22
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://thesephist.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://thesephist.github.io/clozoom/
URL της Σελίδας Πολιτικής Απορρήτου https://linus.zone/pp
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clozoom",
    "short_name": "Clozoom",
    "version": "1.1.0",
    "description": "Close your Zoom meeting tabs automatically!",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Clozoom",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/thesephist.github.io\/clozoom\/",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.zoom.us\/j\/*"
    ]
}