Tab Closer for Zoom

Close the tab automatically once you join your meeting

Tab Closer for Zoom क्या है?

Tab Closer for Zoom garrettedwards द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Close the tab automatically once you join your meeting"।

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

screenshot

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

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

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

                        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"
}