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