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
}