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" ] } ] } |