Tutreg Companion Extension

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

Qu'est-ce que Tutreg Companion Extension ?

Tutreg Companion Extension est une extension Chrome développée par https://tutreg.com, et sa fonction principale est "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tutreg Companion Extension

Téléchargez les fichiers d'extension Tutreg Companion Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tutreg Companion Extension Tutreg Companion Extension
ID alklihigfndbjjihbglpfpadlmkcgdja
URL Officiel https://chromewebstore.google.com/detail/tutreg-companion-extensio/alklihigfndbjjihbglpfpadlmkcgdja
Description Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
Taille du Fichier 265 KB
Nombre d'Installations 419
Version Actuelle 1.4
Dernière Mise à Jour 2023-08-15
Date de Publication 2023-01-11
Développeur https://tutreg.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://t.me/tutreghelp
Langues Prises en Charge 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"
            ]
        }
    ]
}