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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}