כלים לסטודנטים של המרכז האקדמי לב

הודעות וחיבור לאתרים של המרכז האקדמי לב - מכון לב

ما هو כלים לסטודנטים של המרכז האקדמי לב؟

כלים לסטודנטים של המרכז האקדמי לב هو إضافة Chrome تم تطويرها بواسطة David Aben Athar، والميزة الرئيسية لها هي "הודעות וחיבור לאתרים של המרכז האקדמי לב - מכון לב".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة כלים לסטודנטים של המרכז האקדמי לב

قم بتنزيل ملفات الامتداد כלים לסטודנטים של המרכז האקדמי לב بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Extension for JCT students to:
 * Notification of the homework 
 * And more!!!

New in 4.5:
 * Compatible with the new Moodle
 * Removed authentication

New in 4.4+:
 * New! show test dates and room (if avaliable)!
 * Some bugs fixed
 * Deleted wifi button and options
 * Moodle connection fixed
 * Removed active tab permission

New in 4.3+:
 * New option to add a course to your calendar (like google)
 * Now the extension recognize the current semester courses 
 * Bugs fixed


new in 4.2+:
This version, implement the previous levnet features in his new version.
Some bugs fixed

New in 4.1
 * More options added in the Levnet tab
 * Filter preferences (in Levnet->grades) are now saved
 * Bugs fixed

New in 4.0:

 * GUI improvements
 * Interactive buttons on the homework windows
 * Options added to the grade table (filters, average and more)
 * Change icon in notifications to be able to distinguish each event
 * Bugs fixed


Extension created by David Aben Athar 

[email protected]                    

معلومات أساسية عن التمديد

الاسم כלים לסטודנטים של המרכז האקדמי לב כלים לסטודנטים של המרכז האקדמי לב
ID nkedodlkpfofnoodjkbceiiblibdoheg
عنوان URL الرسمي https://chromewebstore.google.com/detail/%D7%9B%D7%9C%D7%99%D7%9D-%D7%9C%D7%A1%D7%98%D7%95%D7%93%D7%A0%D7%98%D7%99%D7%9D-%D7%A9%D7%9C-%D7%94%D7%9E%D7%A8%D7%9B%D7%96-%D7%94/nkedodlkpfofnoodjkbceiiblibdoheg
الوصف הודעות וחיבור לאתרים של המרכז האקדמי לב - מכון לב
حجم الملف 2.68 MB
عدد التثبيتات 1,667
النسخة الحالية 4.5.4
آخر تحديث 2022-12-22
تاريخ النشر 2020-02-05
تقييم 4.88/5 مجموع تقييمات 67
المطور David Aben Athar
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://jct.ac.il/~abenatha
عنوان صفحة سياسة الخصوصية https://github.com/desdo09/Jct_tools/blob/master/readme.txt
اللغات المدعومة iw
manifest.json
{
    "name": "\u05db\u05dc\u05d9\u05dd \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05e9\u05dc \u05d4\u05de\u05e8\u05db\u05d6 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9 \u05dc\u05d1",
    "short_name": "Jct tools",
    "version": "4.5.4",
    "version_name": "4.5.4",
    "description": "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d5\u05d7\u05d9\u05d1\u05d5\u05e8 \u05dc\u05d0\u05ea\u05e8\u05d9\u05dd \u05e9\u05dc \u05d4\u05de\u05e8\u05db\u05d6 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9 \u05dc\u05d1 - \u05de\u05db\u05d5\u05df \u05dc\u05d1",
    "author": "David Aben Athar",
    "icons": {
        "128": "image\/icons\/jct128.png",
        "16": "image\/icons\/jct16.png",
        "48": "image\/icons\/jct48.png"
    },
    "browser_action": {
        "default_icon": "image\/icons\/jct128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html",
        "background.html"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "*:\/\/*.jct.ac.il\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/hide-courses.js",
                "js\/loginJCT.js",
                "js\/dataAccess.js",
                "js\/lib\/notify.min.js",
                "js\/lib\/ouical.min.js"
            ],
            "matches": [
                "*:\/\/*.jct.ac.il\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0",
            "strict_max_version": "*"
        }
    },
    "manifest_version": 2
}