Tab Closer for Zoom

Close the tab automatically once you join your meeting

Tab Closer for Zoomとは何ですか?

Tab Closer for Zoomはgarrettedwardsによって開発されたChromeの拡張機能で、その主な機能は「Close the tab automatically once you join your meeting」です。

拡張機能のスクリーンショット

screenshot

Tab Closer for Zoom拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}