Blackboard Grade Exporter

Allows you to export your grades from Blackboard.

Was ist Blackboard Grade Exporter?

Blackboard Grade Exporter ist eine Chrome-Erweiterung, die von Austin entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to export your grades from Blackboard.".

Erweiterungsscreenshots

screenshot
screenshot

Blackboard Grade Exporter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blackboard Grade Exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Blackboard Grade Exporter Blackboard Grade Exporter
ID kpmnodpaiojmimoipcgnfbfiajegpfmo
Offizielle URL https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo
Beschreibung Allows you to export your grades from Blackboard.
Dateigröße 46.21 KB
Installationsanzahl 340
Aktuelle Version 1.0
Letztes Update 2014-05-09
Veröffentlichungsdatum 2014-05-09
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler Austin
Zahlungsart free
Unterstützte Sprachen 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
}