Tutreg Companion Extension
Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
Wat is Tutreg Companion Extension?
Tutreg Companion Extension is een Chrome-extensie ontwikkeld door https://tutreg.com, en de belangrijkste functie is "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tutreg Companion Extension
Download Tutreg Companion Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tutreg Companion Extension |
ID | alklihigfndbjjihbglpfpadlmkcgdja |
Officiële URL | https://chromewebstore.google.com/detail/tutreg-companion-extensio/alklihigfndbjjihbglpfpadlmkcgdja |
Beschrijving | Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks. |
Bestandsgrootte | 265 KB |
Aantal Installaties | 419 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2023-08-15 |
Publicatiedatum | 2023-01-11 |
Ontwikkelaar | https://tutreg.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://t.me/tutreghelp |
Ondersteunde Talen | 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" ] } ] } |