Tutreg Companion Extension
Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
Was ist Tutreg Companion Extension?
Tutreg Companion Extension ist eine Chrome-Erweiterung, die von https://tutreg.com entwickelt wurde, und ihr Hauptmerkmal ist "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.".
Erweiterungsscreenshots
Tutreg Companion Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tutreg Companion Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | alklihigfndbjjihbglpfpadlmkcgdja | 
| Offizielle URL | https://chromewebstore.google.com/detail/tutreg-companion-extensio/alklihigfndbjjihbglpfpadlmkcgdja | 
| Beschreibung | Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks. | 
| Dateigröße | 265 KB | 
| Installationsanzahl | 419 | 
| Aktuelle Version | 1.4 | 
| Letztes Update | 2023-08-15 | 
| Veröffentlichungsdatum | 2023-01-11 | 
| Entwickler | https://tutreg.com | 
| [email protected] | |
| Zahlungsart | free | 
| Hilfeseite URL | https://t.me/tutreghelp | 
| Unterstützte Sprachen | 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"
            ]
        }
    ]
}  |  |