Moodle Notifier

Get desktop notifications from Moodle for assignments, quizzes and forum posts.

O que é Moodle Notifier?

Moodle Notifier é uma extensão do Chrome desenvolvida por Kasun Fernando, e sua principal característica é "Get desktop notifications from Moodle for assignments, quizzes and forum posts.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Moodle Notifier

Baixe arquivos de extensão Moodle 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

                        Moodle Notifier is an extension for Google Chrome web browser which is capable of notifying upcoming events of the Moodle system. Moodle Notifier will be very useful for the students of any institute or university which uses the Moodle System. This will prevent students from forgetting deadlines as this extension notifies upcoming events whenever the Chrome web browser is started up.

This version is specially designed only for Moodle system of University of Moratuwa.
This works only with Moodle 2.7                    

Informações Básicas da Extensão

Nome Moodle Notifier Moodle Notifier
ID nbelobdcgpmogpfkfhmijmobgdcdkgej
URL Oficial https://chrome.google.com/webstore/detail/moodle-notifier/nbelobdcgpmogpfkfhmijmobgdcdkgej
Descrição Get desktop notifications from Moodle for assignments, quizzes and forum posts.
Tamanho do Arquivo 407 KB
Contagem de Instalações 4,000
Versão Atual 1.2
Última Atualização 2016-04-12
Data de Publicação 2016-04-12
Classificação 4.33/5 Total de 24 Avaliações
Desenvolvedor Kasun Fernando
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle Notifier",
    "version": "1.2",
    "description": "Get desktop notifications from Moodle for assignments, quizzes and forum posts.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_sleep.png",
        "default_title": "MoodleNotifier",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "tabs",
        "alarms",
        "storage",
        "http:\/\/online.mrt.ac.lk\/*",
        "https:\/\/online.mrt.ac.lk\/*"
    ]
}