Lectio Auto-Login

Automatisk login på Lectio!

Vad är Lectio Auto-Login?

Lectio Auto-Login är en Chrome-tillägg utvecklad av https://mvr.dk, och dess huvudfunktion är "Automatisk login på Lectio!".

Tilläggsskärmbilder

screenshot

Ladda ner Lectio Auto-Login-förlängningens CRX-fil

Ladda ner Lectio Auto-Login-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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å * :)                    

Grundläggande Information om Tillägg

Namn Lectio Auto-Login Lectio Auto-Login
ID hiejfnfnpmajcbgpcnkaldmomchgnlln
Officiell webbadress https://chromewebstore.google.com/detail/lectio-auto-login/hiejfnfnpmajcbgpcnkaldmomchgnlln
Beskrivning Automatisk login på Lectio!
Filstorlek 32.77 KB
Antal Installationer 1,010
Aktuell Version 2.4
Senast Uppdaterad 2013-10-13
Publiceringsdatum 2013-10-13
Betyg 3.79/5 Totalt 76 Betyg
Utvecklare https://mvr.dk
Betalningssätt free
Hjälpsida URL http://mvr.dk/blog/permalink/lectio-autologin-chrome-udvidelse/
Stödda Språk 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
}