Blackboard Grade Exporter
Allows you to export your grades from Blackboard.
Hvad er Blackboard Grade Exporter?
Blackboard Grade Exporter er en Chrome-udvidelse udviklet af Austin, og dens hovedfunktion er "Allows you to export your grades from Blackboard.".
Udvidelsesskærmbilleder
Download Blackboard Grade Exporter-udvidelses-CRX-fil
Download Blackboard Grade Exporter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Blackboard Grade Exporter |
ID | kpmnodpaiojmimoipcgnfbfiajegpfmo |
Officiel URL | https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo |
Beskrivelse | Allows you to export your grades from Blackboard. |
Filstørrelse | 46.21 KB |
Antal Installationer | 340 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-05-09 |
Udgivelsesdato | 2014-05-09 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | Austin |
Betalingsmetode | free |
Understøttede Sprog | 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 } |