Lectio Auto-Login

Automatisk login på Lectio!

Lectio Auto-Login là gì?

Lectio Auto-Login là một tiện ích mở rộng Chrome được phát triển bởi https://mvr.dk, và tính năng chính của nó là "Automatisk login på Lectio!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lectio Auto-Login

Tải xuống các tệp mở rộng Lectio Auto-Login dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lectio Auto-Login Lectio Auto-Login
ID hiejfnfnpmajcbgpcnkaldmomchgnlln
URL Chính Thức https://chromewebstore.google.com/detail/lectio-auto-login/hiejfnfnpmajcbgpcnkaldmomchgnlln
Mô tả Automatisk login på Lectio!
Kích Thước Tệp 32.77 KB
Số Lần Cài Đặt 1,010
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2013-10-13
Ngày Phát Hành 2013-10-13
Đánh Giá 3.79/5 Tổng số 76 Đánh Giá
Nhà Phát Triển https://mvr.dk
Loại Thanh Toán free
URL Trang Trợ Giúp http://mvr.dk/blog/permalink/lectio-autologin-chrome-udvidelse/
Ngôn Ngữ Được Hỗ Trợ 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
}