Clozoom

Close your Zoom meeting tabs automatically!

Clozoom क्या है?

Clozoom https://thesephist.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Close your Zoom meeting tabs automatically!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clozoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}