KIT Ilias Session Refresher

Automatically responds to session reminders by the KIT Ilias system

Co to jest KIT Ilias Session Refresher?

KIT Ilias Session Refresher to rozszerzenie Chrome opracowane przez SeineEloquenz, a jego główną funkcją jest „Automatically responds to session reminders by the KIT Ilias system”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia KIT Ilias Session Refresher

Pobierz pliki rozszerzeń KIT Ilias Session Refresher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa KIT Ilias Session Refresher KIT Ilias Session Refresher
ID lifdgingcnbhbalcacodcicldbkfdpln
Oficjalny URL https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln
Opis Automatically responds to session reminders by the KIT Ilias system
Rozmiar pliku 18.93 KB
Liczba instalacji 77
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-01-21
Data Publikacji 2021-01-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper SeineEloquenz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/SeineEloquenz/kit-ilias-session-refresher
Adres URL Strony Pomocy https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues
Obsługiwane Języki 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
}