UOC Notifier
UOC notifier for Google Chrome
什麼是UOC Notifier?
UOC Notifier是由uoc-notifier開發的Chrome擴展程式,該擴展的主要功能是“UOC notifier for Google Chrome”。
擴展截圖
下載UOC Notifier擴展crx文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | beiebnelcljchfoehaogncobmpelndgh |
| 官方網址 | 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"
]
}
]
} | |