Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

Classcraft for Google Classroom là gì?

Classcraft for Google Classroom là một tiện ích mở rộng Chrome được phát triển bởi http://classcraft.com, và tính năng chính của nó là "Motivate students with Google Classroom using Classcraft".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Classcraft for Google Classroom

Tải xuống các tệp mở rộng Classcraft for Google Classroom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
URL Chính Thức https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
Mô tả Motivate students with Google Classroom using Classcraft
Kích Thước Tệp 41.43 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-03-03
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://classcraft.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://game.classcraft.com
URL Trang Trợ Giúp https://help.classcraft.com
URL Trang Chính Sách Bảo Mật http://classcraft.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}