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

O que é UTC2 Thời Khóa Biểu?

UTC2 Thời Khóa Biểu é uma extensão do Chrome desenvolvida por Đỗ Quốc Tuấn, e sua principal característica é "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".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UTC2 Thời Khóa Biểu

Baixe arquivos de extensão UTC2 Thời Khóa Biểu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome UTC2 Thời Khóa Biểu UTC2 Thời Khóa Biểu
ID pgokebdabhopjdmonidjplacamhgnnem
URL Oficial https://chromewebstore.google.com/detail/utc2-th%E1%BB%9Di-kh%C3%B3a-bi%E1%BB%83u/pgokebdabhopjdmonidjplacamhgnnem
Descrição 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
Tamanho do Arquivo 178 KB
Contagem de Instalações 2,000
Versão Atual 1.8
Última Atualização 2023-06-05
Data de Publicação 2021-09-08
Classificação 4.88/5 Total de 74 Avaliações
Desenvolvedor Đỗ Quốc Tuấn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://doquoctuan.dev/
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/c3c42302-5d14-412f-881d-c7f31da667ab
Idiomas Suportados 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"
    }
}