UOC Notifier

UOC notifier for Google Chrome

¿Qué es UOC Notifier?

UOC Notifier es una extensión de Chrome desarrollada por uoc-notifier, y su función principal es "UOC notifier for Google Chrome".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión UOC Notifier

Descarga archivos de extensión UOC Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre UOC Notifier UOC Notifier
ID beiebnelcljchfoehaogncobmpelndgh
URL Oficial https://chromewebstore.google.com/detail/uoc-notifier/beiebnelcljchfoehaogncobmpelndgh
Descripción UOC notifier for Google Chrome
Tamaño del Archivo 298 KB
Cantidad de Instalaciones 1,916
Versión Actual 2.4.0
Última Actualización 2022-06-13
Fecha de Publicación 2020-02-22
Calificación 4.85/5 Total de 88 Calificaciones
Desarrollador uoc-notifier
Correo electrónico jagedn@gmail.com
Tipo de Pago free
Sitio Web de la Extensión https://github.com/UOC-notifier/UOC-notifier-chrome
URL de la Página de Ayuda https://github.com/UOC-notifier/UOC-notifier-chrome/issues
URL de la Página de Política de Privacidad https://raw.githubusercontent.com/UOC-notifier/UOC-notifier-chrome/master/privacidad.md
Idiomas Soportados 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"
            ]
        }
    ]
}