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!
扩展基本信息
名称 | 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" ] } ] } |