Blackboard Grade Exporter

Allows you to export your grades from Blackboard.

Qu'est-ce que Blackboard Grade Exporter ?

Blackboard Grade Exporter est une extension Chrome développée par Austin, et sa fonction principale est "Allows you to export your grades from Blackboard.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Blackboard Grade Exporter

Téléchargez les fichiers d'extension Blackboard Grade Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Blackboard Grade Exporter Blackboard Grade Exporter
ID kpmnodpaiojmimoipcgnfbfiajegpfmo
URL Officiel https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo
Description Allows you to export your grades from Blackboard.
Taille du Fichier 46.21 KB
Nombre d'Installations 340
Version Actuelle 1.0
Dernière Mise à Jour 2014-05-09
Date de Publication 2014-05-09
Évaluation 1.00/5 Total 2 Évaluations
Développeur Austin
Type de Paiement free
Langues Prises en Charge 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
}