KIT Ilias Session Refresher

Automatically responds to session reminders by the KIT Ilias system

KIT Ilias Session Refresher란 무엇입니까?

KIT Ilias Session Refresher은(는) SeineEloquenz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically responds to session reminders by the KIT Ilias system"입니다.

확장 프로그램 스크린샷

screenshot

KIT Ilias Session Refresher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}