Chrome Board
Simple Behavior Management for Classrooms
Chrome Boardคืออะไร?
Chrome Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edu Mission และคุณลักษณะหลักของมันคือ "Simple Behavior Management for Classrooms"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Board
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Board ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- 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" ] } |