Kotnet Login (support for new Login Screen)

Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...

Τι είναι το Kotnet Login (support for new Login Screen);

Το Kotnet Login (support for new Login Screen) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vincent Uyttebroeck, και η κύρια λειτουργία του είναι "Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...".

Λήψη αρχείου CRX της επέκτασης Kotnet Login (support for new Login Screen)

Λήψη αρχείων επέκτασης Kotnet Login (support for new Login Screen) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...

This is the newest version, that works with the new Toledo environment. I did not create this, all credits go to the kind people at https://github.com/studentenraad/kotnetlogin-extension. I simply published this because the old version was outdated and didn't work with the new Toledo environment.

Update 2.0.8: Added support for the new KU Leuven Login Screen                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kotnet Login (support for new Login Screen) Kotnet Login (support for new Login Screen)
ID cpbkchcoggikggfbfeicdmebipikjgco
Επίσημο URL https://chrome.google.com/webstore/detail/cpbkchcoggikggfbfeicdmebipikjgco
Περιγραφή Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...
Μέγεθος Αρχείου 29.99 KB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 2.0.8
Τελευταία Ενημέρωση 2017-03-02
Ημερομηνία Δημοσίευσης 2017-03-02
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Vincent Uyttebroeck
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/studentenraad/kotnetlogin-extension
Υποστηριζόμενες Γλώσσες en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kotnet Login (support for new Login Screen)",
    "manifest_version": 2,
    "version": "2.0.8",
    "homepage_url": "https:\/\/github.com\/studentenraad\/kotnetlogin-extension",
    "description": "__MSG_manifest_extensionDescription__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Kotnet Login",
        "default_icon": "icon\/icon_128.png"
    },
    "icons": {
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kuleuven.be\/*",
                "*:\/\/*.groept.be\/*",
                "*:\/\/limo.libis.be\/*",
                "*:\/\/*.hubrussel.be\/*",
                "*:\/\/*.katho.be\/*",
                "*:\/\/*.khbo.be\/*",
                "*:\/\/*.khleuven.be\/*",
                "*:\/\/*.khlim.be\/*",
                "*:\/\/*.lessius.eu\/*",
                "*:\/\/*.wenk.be\/*",
                "*:\/\/*.khk.be\/*",
                "*:\/\/*.kahosl.be\/*",
                "*:\/\/*.madfi2.be\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "init.js",
                "login.js",
                "redirect.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "default_locale": "en"
}