Lectio autologon

Gemmer din kode på Lectio så du ikke skal skrive din kode hver gang du skal logge ind.

What is Lectio autologon?

Lectio autologon is a Chrome extension developed by SAHB, and its main feature is "Gemmer din kode på Lectio så du ikke skal skrive din kode hver gang du skal logge ind.".

Extension Screenshots

screenshot

Download Lectio autologon Extension CRX File

Download Lectio autologon 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

                        Gemmer din kode på Lectio gennem din browser. Husk at trykke gem adgangskode så Google Chrome gemmer din kode!

Nyeste opdatering opdaterer manifestet til at bruge version 2. Dette er krævet for at udvidelsen fortsat virker.                    

Extension Basic Information

Name Lectio autologon Lectio autologon
ID ofcbahnflbkhibnllhlpbocdcdgakngg
Official URL https://chromewebstore.google.com/detail/lectio-autologon/ofcbahnflbkhibnllhlpbocdcdgakngg
Description Gemmer din kode på Lectio så du ikke skal skrive din kode hver gang du skal logge ind.
File Size 2.95 KB
Installation Count 176
Current Version 1.2
Last Updated 2013-06-22
Publish Date 2013-06-22
Rating 2.55/5 Total 11 Ratings
Developer SAHB
Payment Type free
Supported Languages da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lectio autologon",
    "version": "1.2",
    "description": "Gemmer din kode p\u00e5 Lectio s\u00e5 du ikke skal skrive din kode hver gang du skal logge ind.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.lectio.dk\/lectio\/*",
                "https:\/\/www.lectio.dk\/lectio\/*"
            ],
            "js": [
                "autocomplete.js"
            ],
            "run_at": "document_start"
        }
    ]
}