Studentportalen LIU, genomsnittsbetyg

Se ditt snittbetyg direkt i studentportalen

What is Studentportalen LIU, genomsnittsbetyg?

Studentportalen LIU, genomsnittsbetyg is a Chrome extension developed by Dan Berglund, and its main feature is "Se ditt snittbetyg direkt i studentportalen".

Extension Screenshots

screenshot

Download Studentportalen LIU, genomsnittsbetyg Extension CRX File

Download Studentportalen LIU, genomsnittsbetyg extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lägger till en uträkning av ditt snittbetyg i studentportalen för Linköpings Universitet, genomsnittsbetyget räknas ut genom att multiplicera HP med betyget för alla kurser och därefter dividera detta med totala HP. Resultatet visas i studentportalen under kursernas betyg.                    

Extension Basic Information

Name Studentportalen LIU, genomsnittsbetyg Studentportalen LIU, genomsnittsbetyg
ID ejfpkhlgbaonooiacobjnidbcldbfnlf
Official URL https://chromewebstore.google.com/detail/studentportalen-liu-genom/ejfpkhlgbaonooiacobjnidbcldbfnlf
Description Se ditt snittbetyg direkt i studentportalen
File Size 138 KB
Installation Count 131
Current Version 1.5
Last Updated 2013-03-24
Publish Date 2013-03-24
Rating 5.00/5 Total 2 Ratings
Developer Dan Berglund
Payment Type free
Supported Languages sv
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Studentportalen LIU, genomsnittsbetyg",
    "description": "Se ditt snittbetyg direkt i studentportalen",
    "version": "1.5",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www3.student.liu.se\/portal\/studieresultat\/",
                "https:\/\/www3.student.liu.se\/portal\/login"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ]
}