Blackboard Grade Exporter
Allows you to export your grades from Blackboard.
Apa itu Blackboard Grade Exporter?
Blackboard Grade Exporter adalah ekstensi Chrome yang dikembangkan oleh Austin, dan fitur utamanya adalah "Allows you to export your grades from Blackboard.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Blackboard Grade Exporter
Unduh file ekstensi Blackboard Grade Exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Blackboard Grade Exporter |
ID | kpmnodpaiojmimoipcgnfbfiajegpfmo |
URL Resmi | https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo |
Deskripsi | Allows you to export your grades from Blackboard. |
Ukuran File | 46.21 KB |
Jumlah Instalasi | 340 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-05-09 |
Tanggal Publikasi | 2014-05-09 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | Austin |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |