Classcraft Extension
Gamify Your Classroom from Anywhere on the Web!
Qu'est-ce que Classcraft Extension ?
Classcraft Extension est une extension Chrome développée par http://classcraft.com, et sa fonction principale est "Gamify Your Classroom from Anywhere on the Web!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Classcraft Extension
Téléchargez les fichiers d'extension Classcraft Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jhmhcpgnignfpolpccammandfgndoanm |
URL Officiel | https://chrome.google.com/webstore/detail/classcraft-extension/jhmhcpgnignfpolpccammandfgndoanm |
Description | Gamify Your Classroom from Anywhere on the Web! |
Taille du Fichier | 24.79 KB |
Nombre d'Installations | 7,000 |
Version Actuelle | 1.10 |
Dernière Mise à Jour | 2019-07-03 |
Date de Publication | 2019-07-03 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | http://classcraft.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://classcraft.com/privacy-policy |
Langues Prises en Charge | 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" ] } ] } |