KIT Ilias Session Refresher

Automatically responds to session reminders by the KIT Ilias system

Что такое KIT Ilias Session Refresher?

KIT Ilias Session Refresher - это расширение Chrome, разработанное SeineEloquenz, и его основная функция - "Automatically responds to session reminders by the KIT Ilias system".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения KIT Ilias Session Refresher

Скачайте файлы расширений KIT Ilias Session Refresher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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)                    

Основная информация о расширении

Название KIT Ilias Session Refresher KIT Ilias Session Refresher
ID lifdgingcnbhbalcacodcicldbkfdpln
Официальный URL https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln
Описание Automatically responds to session reminders by the KIT Ilias system
Размер файла 18.93 KB
Количество установок 77
Текущая Версия 1.0
Последнее Обновление 2021-01-21
Дата публикации 2021-01-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик SeineEloquenz
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/SeineEloquenz/kit-ilias-session-refresher
URL страницы помощи https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues
Поддерживаемые языки 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
}