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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้านโยบายความเป็นส่วนตัว 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"
}