WhiteHatJr Live
A simple extension that allows you to have One-On-One Video Conferencing with Teachers.
WhiteHatJr Live란 무엇입니까?
WhiteHatJr Live은(는) WHITEHAT EDUCATION TECHNOLOGY에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension that allows you to have One-On-One Video Conferencing with Teachers."입니다.
확장 프로그램 스크린샷
WhiteHatJr Live 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple extension that allows you to schedule WhiteHatJr.COM Classes and stream your desktop into H2H Classes. WhitehatJr is a company that provides coding classes to kids using its online platform. This extension provides the whitehatjr.com site with desktop streaming functionality over Chrome.
확장 프로그램 기본 정보
이름 | |
ID | kgjhhplpbpppgeiafkjodnphbflnanpb |
공식 URL | https://chrome.google.com/webstore/detail/whitehatjr-live/kgjhhplpbpppgeiafkjodnphbflnanpb |
설명 | A simple extension that allows you to have One-On-One Video Conferencing with Teachers. |
파일 크기 | 59.49 KB |
설치 횟수 | 7,265 |
현재 버전 | 0.4 |
최근 업데이트 | 2019-07-12 |
출시 날짜 | 2019-07-12 |
평점 | 4.65/5 총 40 개의 평점 |
개발자 | WHITEHAT EDUCATION TECHNOLOGY |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.whitehatjr.com |
도움말 페이지 URL | https://dash.whitehatjr.com/pages/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": " WhiteHatJr Live", "short_name": "WHJR", "description": "A simple extension that allows you to have One-On-One Video Conferencing with Teachers.", "version": "0.4", "minimum_chrome_version": "69", "icons": { "16": "whjr-16x16.png", "36": "whjr-36x36.png", "32": "whjr-32x32.png", "48": "whjr-48x48.png", "128": "whjr-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "https:\/\/*.whitehatjr.com\/*", "https:\/\/*.appear.in\/*", "webRequest", "webRequestBlocking", "activeTab" ], "web_accessible_resources": [ "whjr-16x16.png", "v04.png" ], "browser_action": { "default_icon": { "16": "whjr-16x16.png", "48": "whjr-48x48.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+P", "mac": "Alt+P", "chromeos": "Alt+P", "linux": "Alt+P" } } }, "externally_connectable": { "matches": [ "*:\/\/dash.whitehatjr.com\/*", "*:\/\/www.whitehatjr.com\/*", "*:\/\/stage.whitehatjr.com\/*" ] } } |