Blackboard Grade Exporter

Allows you to export your grades from Blackboard.

Что такое Blackboard Grade Exporter?

Blackboard Grade Exporter - это расширение Chrome, разработанное Austin, и его основная функция - "Allows you to export your grades from Blackboard.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Blackboard Grade Exporter

Скачайте файлы расширений Blackboard Grade Exporter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension adds a much-needed feature to the Blackboard course management platform. It allows you to export your grades from each course's "My Grades" tab to a tab-delimited text file, which you can import directly into Excel to do any necessary grade calculations.

Currently this extension only supports Purdue University's Blackboard installation, but if you provide me with the link to your school's blackboard installation, I may be able to add support for it.                    

Основная информация о расширении

Название Blackboard Grade Exporter Blackboard Grade Exporter
ID kpmnodpaiojmimoipcgnfbfiajegpfmo
Официальный URL https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo
Описание Allows you to export your grades from Blackboard.
Размер файла 46.21 KB
Количество установок 340
Текущая Версия 1.0
Последнее Обновление 2014-05-09
Дата публикации 2014-05-09
Рейтинг 1.00/5 Всего 2 оценок
Разработчик Austin
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blackboard Grade Exporter",
    "version": "1.0",
    "description": "Allows you to export your grades from Blackboard.",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mycourses.purdue.edu\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "main.js"
            ]
        }
    ],
    "manifest_version": 2
}