Chrome Board
Simple Behavior Management for Classrooms
Chrome Board란 무엇입니까?
Chrome Board은(는) Edu Mission에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Behavior Management for Classrooms"입니다.
확장 프로그램 스크린샷
Chrome Board 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Record Positive & Negative Conduct Points during lessons on a virtual 'board'. - Whenever a point is awarded, the 'board' is shown on your projector for a few seconds. - If a student gets 3 Negative Points in a Lesson, an email is sent to your school's behavior team (and CC'd to you). - At the end of a Lesson, a scoreboard is shown on your projector which shows how many points students in this Class have scored so far. - When it's time to save points into SIMS, Chrome Board groups awarded points together so you can enter the data as efficiently as possible: up to 10x faster than without the app.
확장 프로그램 기본 정보
이름 | |
ID | acmlfhajpjeaajhphbhlphejkffffbmo |
공식 URL | https://chrome.google.com/webstore/detail/chrome-board/acmlfhajpjeaajhphbhlphejkffffbmo |
설명 | Simple Behavior Management for Classrooms |
파일 크기 | 34.36 KB |
설치 횟수 | 84 |
현재 버전 | 1.6 |
최근 업데이트 | 2015-06-08 |
출시 날짜 | 2015-06-08 |
개발자 | Edu Mission |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://namesonboard.herokuapp.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Board", "version": "1.6", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "description": "Simple Behavior Management for Classrooms", "author": "Edu Mission", "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "https:\/\/namesonboard.herokuapp.com\/*" ] } ], "permissions": [ "tabs", "contentSettings", "storage", "background" ], "web_accessible_resources": [ "scripts\/inject.js" ] } |