Chrome Board
Simple Behavior Management for Classrooms
Chrome Board क्या है?
Chrome Board Edu Mission द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Behavior Management for Classrooms"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |