Blackboard Grade Exporter
Allows you to export your grades from Blackboard.
ما هو Blackboard Grade Exporter؟
Blackboard Grade Exporter هو إضافة Chrome تم تطويرها بواسطة Austin، والميزة الرئيسية لها هي "Allows you to export your grades from Blackboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blackboard Grade Exporter
قم بتنزيل ملفات الامتداد Blackboard Grade Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Blackboard Grade Exporter |
ID | kpmnodpaiojmimoipcgnfbfiajegpfmo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo |
الوصف | Allows you to export your grades from Blackboard. |
حجم الملف | 46.21 KB |
عدد التثبيتات | 340 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-05-09 |
تاريخ النشر | 2014-05-09 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | Austin |
نوع الدفع | free |
اللغات المدعومة | 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 } |