Lectio Auto-Login

Automatisk login på Lectio!

Cos'è Lectio Auto-Login?

Lectio Auto-Login è un'estensione di Chrome sviluppata da https://mvr.dk, e la sua funzione principale è "Automatisk login på Lectio!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lectio Auto-Login

Scarica i file di estensione Lectio Auto-Login in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Lectio Auto-Login Lectio Auto-Login
ID hiejfnfnpmajcbgpcnkaldmomchgnlln
URL Ufficiale https://chromewebstore.google.com/detail/lectio-auto-login/hiejfnfnpmajcbgpcnkaldmomchgnlln
Descrizione Automatisk login på Lectio!
Dimensione del File 32.77 KB
Conteggio Installazioni 1,010
Versione Corrente 2.4
Ultimo Aggiornamento 2013-10-13
Data di Pubblicazione 2013-10-13
Valutazione 3.79/5 Totale 76 Valutazioni
Sviluppatore https://mvr.dk
Tipo di Pagamento free
URL della Pagina di Aiuto http://mvr.dk/blog/permalink/lectio-autologin-chrome-udvidelse/
Lingue Supportate 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
}