Tutreg Companion Extension

Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.

ما هو Tutreg Companion Extension؟

Tutreg Companion Extension هو إضافة Chrome تم تطويرها بواسطة https://tutreg.com، والميزة الرئيسية لها هي "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tutreg Companion Extension

قم بتنزيل ملفات الامتداد Tutreg Companion Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This app must be used in conjuction with https://tutreg.com. For NUS students only. 

For use in the EduRec system, for tutorial registration rounds 1 and 2. 

This extension is provided on a as-is basis. Please do check that the correct courses and rank order have been selected by the extension.

Any bugs can be reported to Github or on the Telegram channel (https://t.me/tutreghelp)


App icon provided by flaticon.com.                    

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

الاسم Tutreg Companion Extension Tutreg Companion Extension
ID alklihigfndbjjihbglpfpadlmkcgdja
عنوان URL الرسمي https://chromewebstore.google.com/detail/tutreg-companion-extensio/alklihigfndbjjihbglpfpadlmkcgdja
الوصف Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
حجم الملف 265 KB
عدد التثبيتات 419
النسخة الحالية 1.4
آخر تحديث 2023-08-15
تاريخ النشر 2023-01-11
المطور https://tutreg.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://t.me/tutreghelp
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "tutreg.com Companion",
    "name": "Tutreg Companion Extension",
    "description": "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.",
    "version": "1.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Tutreg Companion Extension"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/myedurec.nus.edu.sg\/*",
                "http:\/\/myedurec.nus.edu.sg\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ]
}