Blackboard Grade Exporter

Allows you to export your grades from Blackboard.

什麼是Blackboard Grade Exporter?

Blackboard Grade Exporter是由Austin開發的Chrome擴展程式,該擴展的主要功能是“Allows you to export your grades from Blackboard.”。

擴展截圖

screenshot
screenshot

下載Blackboard Grade Exporter擴展crx文件

下載Blackboard Grade Exporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Blackboard Grade Exporter
ID kpmnodpaiojmimoipcgnfbfiajegpfmo
官方網址 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
}