Tutreg Companion Extension

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

Tutreg Companion Extension क्या है?

Tutreg Companion Extension https://tutreg.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tutreg Companion Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
            ]
        }
    ]
}