KIT Ilias Session Refresher

Automatically responds to session reminders by the KIT Ilias system

KIT Ilias Session Refresher là gì?

KIT Ilias Session Refresher là một tiện ích mở rộng Chrome được phát triển bởi SeineEloquenz, và tính năng chính của nó là "Automatically responds to session reminders by the KIT Ilias system".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KIT Ilias Session Refresher

Tải xuống các tệp mở rộng KIT Ilias Session Refresher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KIT Ilias Session Refresher KIT Ilias Session Refresher
ID lifdgingcnbhbalcacodcicldbkfdpln
URL Chính Thức https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln
Mô tả Automatically responds to session reminders by the KIT Ilias system
Kích Thước Tệp 18.93 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-21
Ngày Phát Hành 2021-01-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển SeineEloquenz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SeineEloquenz/kit-ilias-session-refresher
URL Trang Trợ Giúp https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues
Ngôn Ngữ Được Hỗ Trợ 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
}