KIT Ilias Session Refresher

Automatically responds to session reminders by the KIT Ilias system

KIT Ilias Session Refresher क्या है?

KIT Ilias Session Refresher SeineEloquenz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically responds to session reminders by the KIT Ilias system"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KIT Ilias Session Refresher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}