UTC2 Thời Khóa Biểu

Tiện ích xem thời khóa biểu và nhắc nhở lịch học dành cho sinh viên UTC2

What is UTC2 Thời Khóa Biểu?

UTC2 Thời Khóa Biểu is a Chrome extension developed by Đỗ Quốc Tuấn, and its main feature is "Tiện ích xem thời khóa biểu và nhắc nhở lịch học dành cho sinh viên UTC2".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download UTC2 Thời Khóa Biểu Extension CRX File

Download UTC2 Thời Khóa Biểu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Xin chào các bạn sinh viên UTC2,
Tớ xin tự giới thiệu tớ tên là Đỗ Quốc Tuấn, sinh viên lớp CNTT K59. Tớ viết ra tiện ích này để giúp các bạn sinh viên UTC2 có thể theo dõi lịch học của mình dễ dàng hơn.
Tiện ích với các chức năng chính:
- Xem thời khóa biểu theo ngày, tuần, tháng
- Nhắc nhở lịch học vào 20h mỗi tối
- Đăng nhập một lần và dùng ngay cả khi không có kết nối Internet
Rất mong nhận được ý kiến đóng góp từ mọi người <3                    

Extension Basic Information

Name UTC2 Thời Khóa Biểu UTC2 Thời Khóa Biểu
ID pgokebdabhopjdmonidjplacamhgnnem
Official URL https://chromewebstore.google.com/detail/utc2-th%E1%BB%9Di-kh%C3%B3a-bi%E1%BB%83u/pgokebdabhopjdmonidjplacamhgnnem
Description Tiện ích xem thời khóa biểu và nhắc nhở lịch học dành cho sinh viên UTC2
File Size 178 KB
Installation Count 2,000
Current Version 1.8
Last Updated 2023-06-05
Publish Date 2021-09-08
Rating 4.88/5 Total 74 Ratings
Developer Đỗ Quốc Tuấn
Email [email protected]
Payment Type free
Extension Website https://doquoctuan.dev/
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/c3c42302-5d14-412f-881d-c7f31da667ab
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UTC2 Th\u1eddi Kh\u00f3a Bi\u1ec3u",
    "description": "Ti\u1ec7n \u00edch xem th\u1eddi kh\u00f3a bi\u1ec3u v\u00e0 nh\u1eafc nh\u1edf l\u1ecbch h\u1ecdc d\u00e0nh cho sinh vi\u00ean UTC2",
    "version": "1.8",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logoUTC16.png",
            "32": "\/images\/logoUTC32.png",
            "48": "\/images\/logoUTC48.png",
            "128": "\/images\/logoUTC128.png"
        }
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/images\/logoUTC16.png",
        "32": "\/images\/logoUTC32.png",
        "48": "\/images\/logoUTC48.png",
        "128": "\/images\/logoUTC128.png"
    }
}