Classcraft for Google Classroom
Motivate students with Google Classroom using Classcraft
Wat is Classcraft for Google Classroom?
Classcraft for Google Classroom is een Chrome-extensie ontwikkeld door http://classcraft.com, en de belangrijkste functie is "Motivate students with Google Classroom using Classcraft".
Extensie Screenshots
Download het CRX-bestand van de extensie Classcraft for Google Classroom
Download Classcraft for Google Classroom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ideedhfhbackfmfnnaepcgogdfgljdag |
Officiële URL | https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag |
Beschrijving | Motivate students with Google Classroom using Classcraft |
Bestandsgrootte | 41.43 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-08-26 |
Publicatiedatum | 2020-03-03 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://classcraft.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://game.classcraft.com |
Help Pagina-URL | https://help.classcraft.com |
URL van de Privacybeleid Pagina | http://classcraft.com/privacy-policy |
Ondersteunde Talen | 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" ] } |