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