Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

Was ist Classcraft for Google Classroom?

Classcraft for Google Classroom ist eine Chrome-Erweiterung, die von http://classcraft.com entwickelt wurde, und ihr Hauptmerkmal ist "Motivate students with Google Classroom using Classcraft".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Classcraft for Google Classroom-Erweiterungs-CRX-Datei herunterladen

Laden Sie Classcraft for Google Classroom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
Offizielle URL https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
Beschreibung Motivate students with Google Classroom using Classcraft
Dateigröße 41.43 KB
Installationsanzahl 3,000
Aktuelle Version 1.0.2
Letztes Update 2020-08-26
Veröffentlichungsdatum 2020-03-03
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler http://classcraft.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://game.classcraft.com
Hilfeseite URL https://help.classcraft.com
URL der Datenschutzrichtlinien-Seite http://classcraft.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}