Chrome Board

Simple Behavior Management for Classrooms

Chrome Boardとは何ですか?

Chrome BoardはEdu Missionによって開発されたChromeの拡張機能で、その主な機能は「Simple Behavior Management for Classrooms」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Chrome Board拡張機能のCRXファイルをダウンロード

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.                    

拡張機能の基本情報

名前 Chrome Board Chrome Board
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"
    ]
}