WSE DC Screen Sharing
This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.
WSE DC Screen Sharing란 무엇입니까?
WSE DC Screen Sharing은(는) WSE Hong Kong Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students."입니다.
확장 프로그램 스크린샷
WSE DC Screen Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension has been developed to allow the teacher of a Wall Street English Digital Classroom session to share their screen to their students. Teachers can use this extension to share their screen or application windows in order for the students to see what is on the screen.
확장 프로그램 기본 정보
이름 | WSE DC Screen Sharing |
ID | pahhhcpdpgopkpgaemgdckngokjanlof |
공식 URL | https://chromewebstore.google.com/detail/wse-dc-screen-sharing/pahhhcpdpgopkpgaemgdckngokjanlof |
설명 | This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students. |
파일 크기 | 13.68 KB |
설치 횟수 | 193 |
현재 버전 | 3.1 |
최근 업데이트 | 2019-07-02 |
출시 날짜 | 2019-07-02 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | WSE Hong Kong Limited |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WSE DC Screen Sharing", "author": "WSE.", "version": "3.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.", "homepage_url": "https:\/\/www.wallstreetenglish.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.wallstreetenglish.com\/*", "https:\/\/*.wallstreetenglish.com.cn\/*", "https:\/\/*.wallstreetenglish.cn\/*", "https:\/\/localhost:*\/*" ] }, "icons": { "16": "logo_16x16.png", "48": "logo_48x48.png", "128": "logo_128x128.png" }, "browser_action": { "default_icon": "logo_128x128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo_128x128.png" ] } |