Classcraft Extension

Gamify Your Classroom from Anywhere on the Web!

O que é Classcraft Extension?

Classcraft Extension é uma extensão do Chrome desenvolvida por http://classcraft.com, e sua principal característica é "Gamify Your Classroom from Anywhere on the Web!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Classcraft Extension

Baixe arquivos de extensão Classcraft Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Classcraft Extension Classcraft Extension
ID jhmhcpgnignfpolpccammandfgndoanm
URL Oficial https://chrome.google.com/webstore/detail/classcraft-extension/jhmhcpgnignfpolpccammandfgndoanm
Descrição Gamify Your Classroom from Anywhere on the Web!
Tamanho do Arquivo 24.79 KB
Contagem de Instalações 7,000
Versão Atual 1.10
Última Atualização 2019-07-03
Data de Publicação 2019-07-03
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor http://classcraft.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://classcraft.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}