Tutreg Companion Extension
Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
Что такое Tutreg Companion Extension?
Tutreg Companion Extension - это расширение Chrome, разработанное https://tutreg.com, и его основная функция - "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.".
Снимки экрана расширения
Скачать файл CRX расширения Tutreg Companion Extension
Скачайте файлы расширений Tutreg Companion Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" ] } ] } |