Moodle Notifier

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

Qu'est-ce que Moodle Notifier ?

Moodle Notifier est une extension Chrome développée par Kasun Fernando, et sa fonction principale est "Get desktop notifications from Moodle for assignments, quizzes and forum posts.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Moodle Notifier

Téléchargez les fichiers d'extension Moodle 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

                        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                    

Informations de Base sur l'Extension

Nom Moodle Notifier Moodle Notifier
ID nbelobdcgpmogpfkfhmijmobgdcdkgej
URL Officiel https://chrome.google.com/webstore/detail/moodle-notifier/nbelobdcgpmogpfkfhmijmobgdcdkgej
Description Get desktop notifications from Moodle for assignments, quizzes and forum posts.
Taille du Fichier 407 KB
Nombre d'Installations 4,000
Version Actuelle 1.2
Dernière Mise à Jour 2016-04-12
Date de Publication 2016-04-12
Évaluation 4.33/5 Total 24 Évaluations
Développeur Kasun Fernando
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}