Classcraft for Google Classroom
Motivate students with Google Classroom using Classcraft
Classcraft for Google Classroomคืออะไร?
Classcraft for Google Classroom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://classcraft.com และคุณลักษณะหลักของมันคือ "Motivate students with Google Classroom using Classcraft"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classcraft for Google Classroom
ดาวน์โหลดไฟล์ส่วนขยาย Classcraft for Google Classroom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ideedhfhbackfmfnnaepcgogdfgljdag |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag |
คำอธิบาย | Motivate students with Google Classroom using Classcraft |
ขนาดไฟล์ | 41.43 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-08-26 |
วันที่เผยแพร่ | 2020-03-03 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://classcraft.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://game.classcraft.com |
URL หน้าช่วยเหลือ | https://help.classcraft.com |
URL หน้านโยบายความเป็นส่วนตัว | http://classcraft.com/privacy-policy |
ภาษาที่รองรับ | 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" ] } |