Tutreg Companion Extension
Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
Co je Tutreg Companion Extension?
Tutreg Companion Extension je rozšíření Chrome vyvinuté https://tutreg.com, a jeho hlavní funkcí je „Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tutreg Companion Extension
Stáhněte si soubory rozšíření Tutreg Companion Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Tutreg Companion Extension |
ID | alklihigfndbjjihbglpfpadlmkcgdja |
Oficiální URL | https://chromewebstore.google.com/detail/tutreg-companion-extensio/alklihigfndbjjihbglpfpadlmkcgdja |
Popis | Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks. |
Velikost souboru | 265 KB |
Počet instalací | 419 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2023-08-15 |
Datum Vydání | 2023-01-11 |
Vývojář | https://tutreg.com |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://t.me/tutreghelp |
Podporované Jazyky | 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" ] } ] } |