Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

What is Classcraft for Google Classroom?

Classcraft for Google Classroom is a Chrome extension developed by http://classcraft.com, and its main feature is "Motivate students with Google Classroom using Classcraft".

Extension Screenshots

screenshot
screenshot
screenshot

Download Classcraft for Google Classroom Extension CRX File

Download Classcraft for Google Classroom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With Classcraft’s new Chrome extension, you can experience the motivational benefits of Classcraft directly within Google Classroom. Students can view their progress in real time and make their avatar, team, and background a part of the Classroom interface.                    

Extension Basic Information

Name Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
Official URL https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
Description Motivate students with Google Classroom using Classcraft
File Size 41.43 KB
Installation Count 3,000
Current Version 1.0.2
Last Updated 2020-08-26
Publish Date 2020-03-03
Rating 3.50/5 Total 2 Ratings
Developer http://classcraft.com
Email [email protected]
Payment Type free
Extension Website https://game.classcraft.com
Help Page URL https://help.classcraft.com
Privacy Policy Page URL http://classcraft.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classcraft for Google Classroom",
    "version": "1.0.2",
    "description": "Motivate students with Google Classroom using Classcraft",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "css": [
                "classroom\/style.css"
            ],
            "js": [
                "bootstrap.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/*.classcraft.com\/*"
    ],
    "web_accessible_resources": [
        "classroom\/*",
        "config.js"
    ]
}