My Zoom Watchlist
Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…
My Zoom Watchlist란 무엇입니까?
My Zoom Watchlist은(는) Erez Shmueli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to…"입니다.
확장 프로그램 스크린샷
My Zoom Watchlist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to Use: 1. The app insert and save the Zoom sessions details automatically. 2. You can add Zoom sessions manually by clicking the "add" button on the top right side. 3. You can edit Zoom sessions by clicking the name of the meeting and then on "save" button. 4. You can Filter the sessions with the search box on the left top side. The app insert and save automatically details of Zoom sessions only from website of Zoom recorded sessions.
확장 프로그램 기본 정보
이름 | My Zoom Watchlist |
ID | fjjehcbgiodanicckaodgdpmdoahefha |
공식 URL | https://chromewebstore.google.com/detail/my-zoom-watchlist/fjjehcbgiodanicckaodgdpmdoahefha |
설명 | Owsome app that help people (specially students) who using Zoom to order their watchlist automatically without any effort. How to… |
파일 크기 | 8.67 MB |
설치 횟수 | 280 |
현재 버전 | 0.2.2.2 |
최근 업데이트 | 2021-01-24 |
출시 날짜 | 2020-10-26 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Erez Shmueli |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Zoom Watchlist", "version": "0.2.2.2", "author": [ { "name": "Erez Shmueli" } ], "content_scripts": [ { "matches": [ "https:\/\/*.zoom.us\/rec\/play\/*", "https:\/\/zoom.us\/rec\/play\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |