Moodle Notifier

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

Moodle Notifierคืออะไร?

Moodle Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kasun Fernando และคุณลักษณะหลักของมันคือ "Get desktop notifications from Moodle for assignments, quizzes and forum posts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moodle Notifier

ดาวน์โหลดไฟล์ส่วนขยาย Moodle Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Moodle Notifier Moodle Notifier
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\/*"
    ]
}