UoL Coursera Grades

Shows staff-graded project grades on the calendar page

Was ist UoL Coursera Grades?

UoL Coursera Grades ist eine Chrome-Erweiterung, die von spencereick entwickelt wurde, und ihr Hauptmerkmal ist "Shows staff-graded project grades on the calendar page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

UoL Coursera Grades-Erweiterungs-CRX-Datei herunterladen

Laden Sie UoL Coursera Grades-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use this only if you are doing University of London's online BSc Computer Science via Coursera.

The extension is useful for seeing unofficial grades for midterm and final projects. You must use the "New Experience" UI for this to work properly. When on the home calendar page, you will see a button that will display any grades that have yet to be officially released.

Credit to freepik.com for the icon.                    

Grundlegende Informationen zur Erweiterung

Name UoL Coursera Grades UoL Coursera Grades
ID dhpmaakdfkbiagigolpmjdiancfhhick
Offizielle URL https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick
Beschreibung Shows staff-graded project grades on the calendar page
Dateigröße 8.34 KB
Installationsanzahl 2,000
Aktuelle Version 1.0.0
Letztes Update 2021-08-23
Veröffentlichungsdatum 2021-08-01
Bewertung 4.84/5 Insgesamt 25 Bewertungen
Entwickler spencereick
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UoL Coursera Grades",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Shows staff-graded project grades on the calendar page",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.coursera.org\/degrees\/bachelor-of-science-computer-science-london\/home",
        "webRequest"
    ]
}