UOC Notifier
UOC notifier for Google Chrome
Qu'est-ce que UOC Notifier ?
UOC Notifier est une extension Chrome développée par uoc-notifier, et sa fonction principale est "UOC notifier for Google Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UOC Notifier
Téléchargez les fichiers d'extension UOC Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | UOC Notifier |
ID | beiebnelcljchfoehaogncobmpelndgh |
URL Officiel | https://chromewebstore.google.com/detail/uoc-notifier/beiebnelcljchfoehaogncobmpelndgh |
Description | UOC notifier for Google Chrome |
Taille du Fichier | 298 KB |
Nombre d'Installations | 1,916 |
Version Actuelle | 2.4.0 |
Dernière Mise à Jour | 2022-06-13 |
Date de Publication | 2020-02-22 |
Évaluation | 4.85/5 Total 88 Évaluations |
Développeur | uoc-notifier |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/UOC-notifier/UOC-notifier-chrome |
URL de la Page d'Aide | https://github.com/UOC-notifier/UOC-notifier-chrome/issues |
URL de la Page de Politique de Confidentialité | https://raw.githubusercontent.com/UOC-notifier/UOC-notifier-chrome/master/privacidad.md |
Langues Prises en Charge | 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" ] } ] } |