Chrome Board
Simple Behavior Management for Classrooms
Chrome Board là gì?
Chrome Board là một tiện ích mở rộng Chrome được phát triển bởi Edu Mission, và tính năng chính của nó là "Simple Behavior Management for Classrooms".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome Board
Tải xuống các tệp mở rộng Chrome Board dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | acmlfhajpjeaajhphbhlphejkffffbmo |
URL Chính Thức | https://chrome.google.com/webstore/detail/chrome-board/acmlfhajpjeaajhphbhlphejkffffbmo |
Mô tả | Simple Behavior Management for Classrooms |
Kích Thước Tệp | 34.36 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2015-06-08 |
Ngày Phát Hành | 2015-06-08 |
Nhà Phát Triển | Edu Mission |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://namesonboard.herokuapp.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |