KIT Ilias Session Refresher

Automatically responds to session reminders by the KIT Ilias system

Cos'è KIT Ilias Session Refresher?

KIT Ilias Session Refresher è un'estensione di Chrome sviluppata da SeineEloquenz, e la sua funzione principale è "Automatically responds to session reminders by the KIT Ilias system".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KIT Ilias Session Refresher

Scarica i file di estensione KIT Ilias Session Refresher 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

                        Are you too annoyed that ilias logs you out every time you want to actually learn something for university? I know you are.
With this extension and a little change to your ilias settings ilias (hopefully) won't bother you again. At least in this aspect. I can't fix the potato servers.

How to use:
* Click on your profile pic in the upper right corner of the ilias page and go into settings
* Tick the box for Session-Reminders
* Save the settings
* Install and enable the extension (if you haven't already done so)                    

Informazioni di Base sull'Estensione

Nome KIT Ilias Session Refresher KIT Ilias Session Refresher
ID lifdgingcnbhbalcacodcicldbkfdpln
URL Ufficiale https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln
Descrizione Automatically responds to session reminders by the KIT Ilias system
Dimensione del File 18.93 KB
Conteggio Installazioni 77
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-21
Data di Pubblicazione 2021-01-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore SeineEloquenz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SeineEloquenz/kit-ilias-session-refresher
URL della Pagina di Aiuto https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KIT Ilias Session Refresher",
    "author": "Alexander Linder",
    "version": "1.0",
    "description": "Automatically responds to session reminders by the KIT Ilias system",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/ilias.studium.kit.edu\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "manifest_version": 2
}