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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KIT Ilias Session Refresher
قم بتنزيل ملفات الامتداد KIT Ilias Session Refresher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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 } |