Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

Hvad er Classcraft for Google Classroom?

Classcraft for Google Classroom er en Chrome-udvidelse udviklet af http://classcraft.com, og dens hovedfunktion er "Motivate students with Google Classroom using Classcraft".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Classcraft for Google Classroom-udvidelses-CRX-fil

Download Classcraft for Google Classroom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
Officiel URL https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
Beskrivelse Motivate students with Google Classroom using Classcraft
Filstørrelse 41.43 KB
Antal Installationer 3,000
Nuværende Version 1.0.2
Senest Opdateret 2020-08-26
Udgivelsesdato 2020-03-03
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler http://classcraft.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://game.classcraft.com
Hjælpeside-URL https://help.classcraft.com
URL til Fortrolighedspolitik Side http://classcraft.com/privacy-policy
Understøttede Sprog 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"
    ]
}