KIT Ilias Session Refresher
Automatically responds to session reminders by the KIT Ilias system
O que é KIT Ilias Session Refresher?
KIT Ilias Session Refresher é uma extensão do Chrome desenvolvida por SeineEloquenz, e sua principal característica é "Automatically responds to session reminders by the KIT Ilias system".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KIT Ilias Session Refresher
Baixe arquivos de extensão KIT Ilias Session Refresher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | KIT Ilias Session Refresher |
ID | lifdgingcnbhbalcacodcicldbkfdpln |
URL Oficial | https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln |
Descrição | Automatically responds to session reminders by the KIT Ilias system |
Tamanho do Arquivo | 18.93 KB |
Contagem de Instalações | 77 |
Versão Atual | 1.0 |
Última Atualização | 2021-01-21 |
Data de Publicação | 2021-01-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | SeineEloquenz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/SeineEloquenz/kit-ilias-session-refresher |
URL da Página de Ajuda | https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues |
Idiomas Suportados | 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 } |