KIT Ilias Session Refresher
Automatically responds to session reminders by the KIT Ilias system
Qu'est-ce que KIT Ilias Session Refresher ?
KIT Ilias Session Refresher est une extension Chrome développée par SeineEloquenz, et sa fonction principale est "Automatically responds to session reminders by the KIT Ilias system".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KIT Ilias Session Refresher
Téléchargez les fichiers d'extension KIT Ilias Session Refresher 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
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)
Informations de Base sur l'Extension
Nom | KIT Ilias Session Refresher |
ID | lifdgingcnbhbalcacodcicldbkfdpln |
URL Officiel | https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln |
Description | Automatically responds to session reminders by the KIT Ilias system |
Taille du Fichier | 18.93 KB |
Nombre d'Installations | 77 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-21 |
Date de Publication | 2021-01-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | SeineEloquenz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/SeineEloquenz/kit-ilias-session-refresher |
URL de la Page d'Aide | https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues |
Langues Prises en Charge | 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 } |