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 là gì?

Alice Keeler Gradebook Split là một tiện ích mở rộng Chrome được phát triển bởi https://alicekeeler.com, và tính năng chính của nó là "Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.".

Ả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 Alice Keeler Gradebook Split

Tải xuống các tệp mở rộng Alice Keeler Gradebook Split 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

                        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.                    

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

Tên Alice Keeler Gradebook Split Alice Keeler Gradebook Split
ID ipldiafffkbheamaoepjlncolocdlojd
URL Chính Thức https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd
Mô tả Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
Kích Thước Tệp 23.7 KB
Số Lần Cài Đặt 11,157
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-10-23
Ngày Phát Hành 2019-10-23
Đánh Giá 3.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://alicekeeler.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.alicekeeler.com/teachertech/
URL Trang Chính Sách Bảo Mật https://alicekeeler.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}