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".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Classcraft for Google Classroom

قم بتنزيل ملفات الامتداد Classcraft for Google Classroom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Classcraft for Google Classroom Classcraft for Google Classroom
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
عنوان صفحة المساعدة https://help.classcraft.com
عنوان صفحة سياسة الخصوصية 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"
    ]
}