Moodle Notifier

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

Moodle Notifier là gì?

Moodle Notifier là một tiện ích mở rộng Chrome được phát triển bởi Kasun Fernando, và tính năng chính của nó là "Get desktop notifications from Moodle for assignments, quizzes and forum posts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moodle Notifier

Tải xuống các tệp mở rộng Moodle Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moodle Notifier Moodle Notifier
ID nbelobdcgpmogpfkfhmijmobgdcdkgej
URL Chính Thức https://chrome.google.com/webstore/detail/moodle-notifier/nbelobdcgpmogpfkfhmijmobgdcdkgej
Mô tả Get desktop notifications from Moodle for assignments, quizzes and forum posts.
Kích Thước Tệp 407 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-04-12
Ngày Phát Hành 2016-04-12
Đánh Giá 4.33/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Kasun Fernando
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}