Clozoom
Close your Zoom meeting tabs automatically!
Clozoom란 무엇입니까?
Clozoom은(는) https://thesephist.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close your Zoom meeting tabs automatically!"입니다.
확장 프로그램 스크린샷
Clozoom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clozoom is a browser extension to close your Zoom meeting tabs automatically after they've opened Zoom. With Clozoom, your Zoom attendee tabs automatically close 10 seconds after you open them, unless you cancel. If you have different needs or Internet speeds, you can adjust that 10 second delay up or down. --- * --- The real story behind Clozoom... SCENE. Skype. Facetime. WebEx. Hangouts. Long ago, these four video chat apps lived together in harmony. Then, everything changed when Zoom was born. Zoom wrecked havoc on all of our browser tabs as it slowly proliferated all human interaction on Earth and never cleaned up after itself. Only Clozoom, the master of Zoom attendee tabs, could stop it, but when the world needed it most, it never came. Many moons passed and I built Clozoom, a tab-bending Chrome extention. Although its tab-bending skills are great, it has a lot to learn before it's ready to save anyone. But I believe Clozoom can save the world. CUE MUSIC.
확장 프로그램 기본 정보
이름 | Clozoom |
ID | ginkdklliadpegalhjlibeggnnbdkghi |
공식 URL | https://chromewebstore.google.com/detail/clozoom/ginkdklliadpegalhjlibeggnnbdkghi |
설명 | Close your Zoom meeting tabs automatically! |
파일 크기 | 64.72 KB |
설치 횟수 | 1,626 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-08-05 |
출시 날짜 | 2020-08-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://thesephist.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://thesephist.github.io/clozoom/ |
개인정보 보호 정책 페이지 URL | https://linus.zone/pp |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clozoom", "short_name": "Clozoom", "version": "1.1.0", "description": "Close your Zoom meeting tabs automatically!", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Clozoom", "default_popup": "popup.html" }, "homepage_url": "https:\/\/thesephist.github.io\/clozoom\/", "offline_enabled": true, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.zoom.us\/j\/*" ] } |