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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}