Tutreg Companion Extension
Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
Tutreg Companion Extension là gì?
Tutreg Companion Extension là một tiện ích mở rộng Chrome được phát triển bởi https://tutreg.com, và tính năng chính của nó là "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tutreg Companion Extension
Tải xuống các tệp mở rộng Tutreg Companion Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tutreg Companion Extension |
ID | alklihigfndbjjihbglpfpadlmkcgdja |
URL Chính Thức | https://chromewebstore.google.com/detail/tutreg-companion-extensio/alklihigfndbjjihbglpfpadlmkcgdja |
Mô tả | Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks. |
Kích Thước Tệp | 265 KB |
Số Lần Cài Đặt | 419 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2023-08-15 |
Ngày Phát Hành | 2023-01-11 |
Nhà Phát Triển | https://tutreg.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://t.me/tutreghelp |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |