UOC Notifier

UOC notifier for Google Chrome

UOC Notifierคืออะไร?

UOC Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uoc-notifier และคุณลักษณะหลักของมันคือ "UOC notifier for Google Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UOC Notifier

ดาวน์โหลดไฟล์ส่วนขยาย UOC Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UOC Notifier UOC Notifier
ID beiebnelcljchfoehaogncobmpelndgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uoc-notifier/beiebnelcljchfoehaogncobmpelndgh
คำอธิบาย UOC notifier for Google Chrome
ขนาดไฟล์ 298 KB
จำนวนการติดตั้ง 1,916
เวอร์ชันปัจจุบัน 2.4.0
อัปเดตครั้งล่าสุด 2022-06-13
วันที่เผยแพร่ 2020-02-22
คะแนน 4.85/5 รวมทั้งหมด 88 คะแนน
ผู้พัฒนา uoc-notifier
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/UOC-notifier/UOC-notifier-chrome
URL หน้าช่วยเหลือ https://github.com/UOC-notifier/UOC-notifier-chrome/issues
URL หน้านโยบายความเป็นส่วนตัว https://raw.githubusercontent.com/UOC-notifier/UOC-notifier-chrome/master/privacidad.md
ภาษาที่รองรับ 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"
            ]
        }
    ]
}