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
}