Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

Co to jest Classcraft for Google Classroom?

Classcraft for Google Classroom to rozszerzenie Chrome opracowane przez http://classcraft.com, a jego główną funkcją jest „Motivate students with Google Classroom using Classcraft”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Classcraft for Google Classroom

Pobierz pliki rozszerzeń Classcraft for Google Classroom w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
Oficjalny URL https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
Opis Motivate students with Google Classroom using Classcraft
Rozmiar pliku 41.43 KB
Liczba instalacji 3,000
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-08-26
Data Publikacji 2020-03-03
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper http://classcraft.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://game.classcraft.com
Adres URL Strony Pomocy https://help.classcraft.com
Adres URL Strony Polityki Prywatności http://classcraft.com/privacy-policy
Obsługiwane Języki 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"
    ]
}