Moodle dashboard

Learning analytics dashboard for moodle logs data

What is Moodle dashboard?

Moodle dashboard is a Chrome extension developed by Luan Einhardt, and its main feature is "Learning analytics dashboard for moodle logs data".

Extension Screenshots

screenshot
screenshot
screenshot

Download Moodle dashboard Extension CRX File

Download Moodle dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Moodle dashboard é uma ferramenta desenvolvida para análise de acessos a ambientes de aprendizagem Moodle.                    

Extension Basic Information

Name Moodle dashboard Moodle dashboard
ID oicodopjdhhhcfihfidfnifnjkabdipm
Official URL https://chromewebstore.google.com/detail/moodle-dashboard/oicodopjdhhhcfihfidfnifnjkabdipm
Description Learning analytics dashboard for moodle logs data
File Size 580 KB
Installation Count 337
Current Version 0.1.28
Last Updated 2017-05-21
Publish Date 2017-05-21
Rating 5.00/5 Total 4 Ratings
Developer Luan Einhardt
Payment Type free
Supported Languages en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "0.1.28",
    "homepage_url": "https:\/\/github.com\/ldseinhardt\/moodle-dashboard\/tree\/master\/dist#readme",
    "author": "Luan Einhardt ",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/d3.min.js",
            "js\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/inject.min.js"
            ],
            "css": [
                "css\/inject.min.css"
            ]
        }
    ],
    "options_page": "main.html",
    "web_accessible_resources": [
        "icon.png",
        "main.html",
        "_locales\/*.json"
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "downloads",
        ""
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "pt_BR",
    "manifest_version": 2
}