OpenU-KeepMeIn

Simple Chrome extension which refreshes your *.openu.ac.il tabs so you'll stay logged in.

What is OpenU-KeepMeIn?

OpenU-KeepMeIn is a Chrome extension developed by Itamar, and its main feature is "Simple Chrome extension which refreshes your *.openu.ac.il tabs so you'll stay logged in.".

Extension Screenshots

screenshot
screenshot

Download OpenU-KeepMeIn Extension CRX File

Download OpenU-KeepMeIn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        פיצ׳רים:
1. מרפרש את השאילתא כל 20~ דק׳ כל עוד היא פתוחה כדי לא לנתק אתכם
2. מוסיף אופציה לסמן את כל ההודעות/ציונים/בקשות כדי למחוק אותן במהירות
3. חלונית ״פרטים מהירים״ אשר מציגה את הציון הממוצע + כמה נז יש לכם
4. טבלת ״מפגשים בקורסים שלי״ (מציג את הקורסים של הסמסטר הנוכחי)

מוזמנים לתרום ולצפות בקוד המקור כאן:
https://github.com/doriitamar/OpenU-KeepMeIn

השימוש בתוסף מותנה בהסכמה לתנאי הרישיון MIT המפורסם בלינק למעלה.                    

Extension Basic Information

Name OpenU-KeepMeIn OpenU-KeepMeIn
ID ipkgoinoikifjconfmmnmhbcedhbfcgp
Official URL https://chromewebstore.google.com/detail/openu-keepmein/ipkgoinoikifjconfmmnmhbcedhbfcgp
Description Simple Chrome extension which refreshes your *.openu.ac.il tabs so you'll stay logged in.
File Size 55.09 KB
Installation Count 74
Current Version 1.6.3
Last Updated 2018-02-25
Publish Date 2018-02-25
Rating 4.50/5 Total 2 Ratings
Developer Itamar
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenU-KeepMeIn",
    "description": "Simple Chrome extension which refreshes your *.openu.ac.il tabs so you'll stay logged in.",
    "version": "1.6.3",
    "icons": {
        "16": "refresh16.png",
        "48": "refresh48.png",
        "128": "refresh128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sheilta.apps.openu.ac.il\/*"
            ],
            "css": [
                "sheilta.css"
            ],
            "js": [
                "axios.js",
                "sheilta.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "alarms"
    ]
}