UOC Notifier

UOC notifier for Google Chrome

UOC Notifier là gì?

UOC Notifier là một tiện ích mở rộng Chrome được phát triển bởi uoc-notifier, và tính năng chính của nó là "UOC notifier for Google Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UOC Notifier

Tải xuống các tệp mở rộng UOC Notifier 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

                        Get the latest news and notifications on your Chrome!

Based on UOChrome from Jorge Aguilera

These are the amazing features!

 - Autologin to UOC
 - Get the latest notifications of what is happening in the classrooms
 - Check your calendar
 - Shorthand links to some interesting parts of the website
 - Get notified about PAC dates and grades!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UOC Notifier UOC Notifier
ID beiebnelcljchfoehaogncobmpelndgh
URL Chính Thức https://chromewebstore.google.com/detail/uoc-notifier/beiebnelcljchfoehaogncobmpelndgh
Mô tả UOC notifier for Google Chrome
Kích Thước Tệp 298 KB
Số Lần Cài Đặt 1,916
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2022-06-13
Ngày Phát Hành 2020-02-22
Đánh Giá 4.85/5 Tổng số 88 Đánh Giá
Nhà Phát Triển uoc-notifier
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/UOC-notifier/UOC-notifier-chrome
URL Trang Trợ Giúp https://github.com/UOC-notifier/UOC-notifier-chrome/issues
URL Trang Chính Sách Bảo Mật https://raw.githubusercontent.com/UOC-notifier/UOC-notifier-chrome/master/privacidad.md
Ngôn Ngữ Được Hỗ Trợ en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "__MSG_DESCRIPTION__",
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "64": "img\/logo64.png",
        "128": "img\/logo128.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_TITLE__",
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.uoc.edu\/*",
        "alarms",
        "idle",
        "cookies"
    ],
    "version": "2.4.0",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.uoc.edu\/*"
            ],
            "css": [
                "theme\/styles.css"
            ],
            "js": [
                "theme\/uoctheme.js"
            ]
        }
    ]
}