Classcraft Extension

Gamify Your Classroom from Anywhere on the Web!

Cos'è Classcraft Extension?

Classcraft Extension è un'estensione di Chrome sviluppata da http://classcraft.com, e la sua funzione principale è "Gamify Your Classroom from Anywhere on the Web!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Classcraft Extension

Scarica i file di estensione Classcraft Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With Classcraft’s Chrome extension, you can enjoy uninterrupted browsing and manage your classroom all at the same time.

XP, HP, and GP
Encourage positive behavior and discourage bad behavior by awarding points to students, teams, or the whole class
Award custom XP, HP, and GP on the fly to manage behavior
Get visual feedback when you award or remove points
Keep class focus by automatically delaying damage

Classes
Access all of your classes and their associated students and teams
Quickly switch to game to add new classes and students

More
Review your Classcraft profile and subscription information in a single click
Get support anytime by accessing Help Section
Jump to full web app version of any page in seconds

Discover us at classcraft.com                    

Informazioni di Base sull'Estensione

Nome Classcraft Extension Classcraft Extension
ID jhmhcpgnignfpolpccammandfgndoanm
URL Ufficiale https://chrome.google.com/webstore/detail/classcraft-extension/jhmhcpgnignfpolpccammandfgndoanm
Descrizione Gamify Your Classroom from Anywhere on the Web!
Dimensione del File 24.79 KB
Conteggio Installazioni 7,000
Versione Corrente 1.10
Ultimo Aggiornamento 2019-07-03
Data di Pubblicazione 2019-07-03
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore http://classcraft.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://classcraft.com/privacy-policy
Lingue Supportate en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Classcraft studio",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.10",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}