UOC Notifier
UOC notifier for Google Chrome
O que é UOC Notifier?
UOC Notifier é uma extensão do Chrome desenvolvida por uoc-notifier, e sua principal característica é "UOC notifier for Google Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UOC Notifier
Baixe arquivos de extensão UOC Notifier 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
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!
Informações Básicas da Extensão
Nome | UOC Notifier |
ID | beiebnelcljchfoehaogncobmpelndgh |
URL Oficial | https://chromewebstore.google.com/detail/uoc-notifier/beiebnelcljchfoehaogncobmpelndgh |
Descrição | UOC notifier for Google Chrome |
Tamanho do Arquivo | 298 KB |
Contagem de Instalações | 1,916 |
Versão Atual | 2.4.0 |
Última Atualização | 2022-06-13 |
Data de Publicação | 2020-02-22 |
Classificação | 4.85/5 Total de 88 Avaliações |
Desenvolvedor | uoc-notifier |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/UOC-notifier/UOC-notifier-chrome |
URL da Página de Ajuda | https://github.com/UOC-notifier/UOC-notifier-chrome/issues |
URL da Página de Política de Privacidade | https://raw.githubusercontent.com/UOC-notifier/UOC-notifier-chrome/master/privacidad.md |
Idiomas Suportados | 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" ] } ] } |