Classcraft Extension

Gamify Your Classroom from Anywhere on the Web!

Classcraft Extension là gì?

Classcraft Extension 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à "Gamify Your Classroom from Anywhere on the Web!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Classcraft Extension 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 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                    

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

Tên Classcraft Extension Classcraft Extension
ID jhmhcpgnignfpolpccammandfgndoanm
URL Chính Thức https://chrome.google.com/webstore/detail/classcraft-extension/jhmhcpgnignfpolpccammandfgndoanm
Mô tả Gamify Your Classroom from Anywhere on the Web!
Kích Thước Tệp 24.79 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 1.10
Cập Nhật Lần Cuối 2019-07-03
Ngày Phát Hành 2019-07-03
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://classcraft.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://classcraft.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}