Moodle Notifier
Get desktop notifications from Moodle for assignments, quizzes and forum posts.
Moodle Notifier क्या है?
Moodle Notifier Kasun Fernando द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get desktop notifications from Moodle for assignments, quizzes and forum posts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moodle Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nbelobdcgpmogpfkfhmijmobgdcdkgej |
आधिकारिक URL | https://chrome.google.com/webstore/detail/moodle-notifier/nbelobdcgpmogpfkfhmijmobgdcdkgej |
विवरण | Get desktop notifications from Moodle for assignments, quizzes and forum posts. |
फ़ाइल का आकार | 407 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2016-04-12 |
प्रकाशन तिथि | 2016-04-12 |
रेटिंग | 4.33/5 कुल 24 रेटिंग्स |
डेवलपर | Kasun Fernando |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |