Blackboard Grade Exporter
Allows you to export your grades from Blackboard.
What is Blackboard Grade Exporter?
Blackboard Grade Exporter is a Chrome extension developed by Austin, and its main feature is "Allows you to export your grades from Blackboard.".
Extension Screenshots
Download Blackboard Grade Exporter Extension CRX File
Download Blackboard Grade Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Blackboard Grade Exporter |
ID | kpmnodpaiojmimoipcgnfbfiajegpfmo |
Official URL | https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo |
Description | Allows you to export your grades from Blackboard. |
File Size | 46.21 KB |
Installation Count | 340 |
Current Version | 1.0 |
Last Updated | 2014-05-09 |
Publish Date | 2014-05-09 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Austin |
Payment Type | free |
Supported Languages | 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 } |