KIT Ilias Session Refresher
Automatically responds to session reminders by the KIT Ilias system
Wat is KIT Ilias Session Refresher?
KIT Ilias Session Refresher is een Chrome-extensie ontwikkeld door SeineEloquenz, en de belangrijkste functie is "Automatically responds to session reminders by the KIT Ilias system".
Extensie Screenshots
Download het CRX-bestand van de extensie KIT Ilias Session Refresher
Download KIT Ilias Session Refresher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | lifdgingcnbhbalcacodcicldbkfdpln |
| Officiële URL | https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln |
| Beschrijving | Automatically responds to session reminders by the KIT Ilias system |
| Bestandsgrootte | 18.93 KB |
| Aantal Installaties | 77 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-01-21 |
| Publicatiedatum | 2021-01-20 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | SeineEloquenz |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/SeineEloquenz/kit-ilias-session-refresher |
| Help Pagina-URL | https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues |
| Ondersteunde Talen | 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
} | |