Tutreg Companion Extension
Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
Tutreg Companion Extension란 무엇입니까?
Tutreg Companion Extension은(는) https://tutreg.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks."입니다.
확장 프로그램 스크린샷
Tutreg Companion Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |