KIT Ilias Session Refresher
Automatically responds to session reminders by the KIT Ilias system
Was ist KIT Ilias Session Refresher?
KIT Ilias Session Refresher ist eine Chrome-Erweiterung, die von SeineEloquenz entwickelt wurde, und ihr Hauptmerkmal ist "Automatically responds to session reminders by the KIT Ilias system".
Erweiterungsscreenshots
KIT Ilias Session Refresher-Erweiterungs-CRX-Datei herunterladen
Laden Sie KIT Ilias Session Refresher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lifdgingcnbhbalcacodcicldbkfdpln |
| Offizielle URL | https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln |
| Beschreibung | Automatically responds to session reminders by the KIT Ilias system |
| Dateigröße | 18.93 KB |
| Installationsanzahl | 77 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-01-21 |
| Veröffentlichungsdatum | 2021-01-20 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | SeineEloquenz |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/SeineEloquenz/kit-ilias-session-refresher |
| Hilfeseite URL | https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues |
| Unterstützte Sprachen | 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
} | |