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...

Qu'est-ce que Kotnet Login (support for new Login Screen) ?

Kotnet Login (support for new Login Screen) est une extension Chrome développée par Vincent Uyttebroeck, et sa fonction principale est "Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...".

Télécharger le fichier CRX de l'extension Kotnet Login (support for new Login Screen)

Téléchargez les fichiers d'extension Kotnet Login (support for new Login Screen) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kotnet Login (support for new Login Screen) Kotnet Login (support for new Login Screen)
ID cpbkchcoggikggfbfeicdmebipikjgco
URL Officiel https://chrome.google.com/webstore/detail/cpbkchcoggikggfbfeicdmebipikjgco
Description Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...
Taille du Fichier 29.99 KB
Nombre d'Installations 20
Version Actuelle 2.0.8
Dernière Mise à Jour 2017-03-02
Date de Publication 2017-03-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Vincent Uyttebroeck
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/studentenraad/kotnetlogin-extension
Langues Prises en Charge 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"
}