Blackboard Grade Exporter

Allows you to export your grades from Blackboard.

Co to jest Blackboard Grade Exporter?

Blackboard Grade Exporter to rozszerzenie Chrome opracowane przez Austin, a jego główną funkcją jest „Allows you to export your grades from Blackboard.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Blackboard Grade Exporter

Pobierz pliki rozszerzeń Blackboard Grade Exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Blackboard Grade Exporter Blackboard Grade Exporter
ID kpmnodpaiojmimoipcgnfbfiajegpfmo
Oficjalny URL https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo
Opis Allows you to export your grades from Blackboard.
Rozmiar pliku 46.21 KB
Liczba instalacji 340
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-05-09
Data Publikacji 2014-05-09
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper Austin
Typ Płatności free
Obsługiwane Języki 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
}