UOC Notifier

UOC notifier for Google Chrome

Cos'è UOC Notifier?

UOC Notifier è un'estensione di Chrome sviluppata da uoc-notifier, e la sua funzione principale è "UOC notifier for Google Chrome".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UOC Notifier

Scarica i file di estensione UOC Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome UOC Notifier UOC Notifier
ID beiebnelcljchfoehaogncobmpelndgh
URL Ufficiale https://chromewebstore.google.com/detail/uoc-notifier/beiebnelcljchfoehaogncobmpelndgh
Descrizione UOC notifier for Google Chrome
Dimensione del File 298 KB
Conteggio Installazioni 1,916
Versione Corrente 2.4.0
Ultimo Aggiornamento 2022-06-13
Data di Pubblicazione 2020-02-22
Valutazione 4.85/5 Totale 88 Valutazioni
Sviluppatore uoc-notifier
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/UOC-notifier/UOC-notifier-chrome
URL della Pagina di Aiuto https://github.com/UOC-notifier/UOC-notifier-chrome/issues
URL della Pagina della Politica sulla Privacy https://raw.githubusercontent.com/UOC-notifier/UOC-notifier-chrome/master/privacidad.md
Lingue Supportate 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"
            ]
        }
    ]
}