Lectio Auto-Login

Automatisk login på Lectio!

What is Lectio Auto-Login?

Lectio Auto-Login is a Chrome extension developed by https://mvr.dk, and its main feature is "Automatisk login på Lectio!".

Extension Screenshots

screenshot

Download Lectio Auto-Login Extension CRX File

Download Lectio Auto-Login 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

                        Automatisk login på lectio.dk!

Husk at gå ind på adressen til forsiden eller dit skema, hvis du vil undgå at komme til hovedmenuen!

I Lectio Auto-Login, logges du automatisk ind, hvis du tidligere har indtastet korrekt brugernavn og adgangskode. Hvis du selv logger ud, vil den gemte brugerinformation slettes, du skal derfor ikke trykke "Log ud" hvis du senere vil logges ind automatisk.
Alt bruger-information gemmes på computeren.

Bonus: Det er nu muligt at aflyse alle timerne på dit skema med et tryk på * :)                    

Extension Basic Information

Name Lectio Auto-Login Lectio Auto-Login
ID hiejfnfnpmajcbgpcnkaldmomchgnlln
Official URL https://chromewebstore.google.com/detail/lectio-auto-login/hiejfnfnpmajcbgpcnkaldmomchgnlln
Description Automatisk login på Lectio!
File Size 32.77 KB
Installation Count 1,010
Current Version 2.4
Last Updated 2013-10-13
Publish Date 2013-10-13
Rating 3.79/5 Total 76 Ratings
Developer https://mvr.dk
Payment Type free
Help Page URL http://mvr.dk/blog/permalink/lectio-autologin-chrome-udvidelse/
Supported Languages da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "base.js"
            ],
            "matches": [
                "https:\/\/www.lectio.dk\/lectio\/*",
                "http:\/\/www.lectio.dk\/lectio\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "login.js"
            ],
            "matches": [
                "https:\/\/www.lectio.dk\/lectio\/*\/login.aspx*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "bonus.js"
            ],
            "matches": [
                "https:\/\/www.lectio.dk\/lectio\/*\/SkemaNy.aspx*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Automatisk login p\u00e5 Lectio!",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png"
    },
    "name": "Lectio Auto-Login",
    "version": "2.4",
    "manifest_version": 2
}