Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

Cos'è Online Notifier?

Online Notifier è un'estensione di Chrome sviluppata da https://online.ntnu.no, e la sua funzione principale è "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Online Notifier

Scarica i file di estensione Online 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

                        For Trondheimsstudenter:
- Nyheter fra din linjeforening
- Middagsmeny fra SiT
- Sanntidsbuss fra AtB
- Bussorakel fra AtB                    

Informazioni di Base sull'Estensione

Nome Online Notifier Online Notifier
ID hfgffimlnajpbenfpaofmmffcdmgkllf
URL Ufficiale https://chromewebstore.google.com/detail/online-notifier/hfgffimlnajpbenfpaofmmffcdmgkllf
Descrizione Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.
Dimensione del File 20.06 MB
Conteggio Installazioni 150
Versione Corrente 5.1.3
Ultimo Aggiornamento 2019-03-05
Data di Pubblicazione 2019-03-05
Valutazione 5.00/5 Totale 16 Valutazioni
Sviluppatore https://online.ntnu.no
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/appKom/notifier
URL della Pagina di Aiuto https://github.com/appKom/notifier/#online-notifier
Lingue Supportate no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online Notifier",
    "short_name": "Notifier",
    "version": "5.1.3",
    "manifest_version": 2,
    "offline_enabled": false,
    "description": "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.",
    "homepage_url": "https:\/\/online.ntnu.no\/",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Notifier",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "@"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            },
            "description": "Open Notifier"
        },
        "open_instabart": {
            "suggested_key": {
                "default": "Ctrl+Shift+I"
            },
            "description": "Open Instabart"
        }
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "permissions": [
        "idle",
        "notifications",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-2.1.4.min.js",
                "js\/on_website.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "org\/*\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}