Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

Vad är Classcraft for Google Classroom?

Classcraft for Google Classroom är en Chrome-tillägg utvecklad av http://classcraft.com, och dess huvudfunktion är "Motivate students with Google Classroom using Classcraft".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Classcraft for Google Classroom-förlängningens CRX-fil

Ladda ner Classcraft for Google Classroom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
Officiell webbadress https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
Beskrivning Motivate students with Google Classroom using Classcraft
Filstorlek 41.43 KB
Antal Installationer 3,000
Aktuell Version 1.0.2
Senast Uppdaterad 2020-08-26
Publiceringsdatum 2020-03-03
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare http://classcraft.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://game.classcraft.com
Hjälpsida URL https://help.classcraft.com
URL till Sekretesspolicy Sidan http://classcraft.com/privacy-policy
Stödda Språk 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"
    ]
}