Alice Keeler Gradebook Split

Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.

ما هو Alice Keeler Gradebook Split؟

Alice Keeler Gradebook Split هو إضافة Chrome تم تطويرها بواسطة https://alicekeeler.com، والميزة الرئيسية لها هي "Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Alice Keeler Gradebook Split

قم بتنزيل ملفات الامتداد Alice Keeler Gradebook Split بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work. This allows you to easily enter grades and give feedback. Install the Chrome extension. In the options change the default from Teacher Tech to the link to your online gradebook. You can access the options by right clicking on the Chrome extension icon.                    

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

الاسم Alice Keeler Gradebook Split Alice Keeler Gradebook Split
ID ipldiafffkbheamaoepjlncolocdlojd
عنوان URL الرسمي https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd
الوصف Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
حجم الملف 23.7 KB
عدد التثبيتات 11,157
النسخة الحالية 1.0.2
آخر تحديث 2019-10-23
تاريخ النشر 2019-10-23
تقييم 3.50/5 مجموع تقييمات 14
المطور https://alicekeeler.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.alicekeeler.com/teachertech/
عنوان صفحة سياسة الخصوصية https://alicekeeler.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "options_page": "options.html"
}