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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blackboard Grade Exporter

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}