Auto Login Moodle

This extension allows automatically login to the Moodle system in University of Moratuwa

What is Auto Login Moodle?

Auto Login Moodle is a Chrome extension developed by Mirage Abeysekara, and its main feature is "This extension allows automatically login to the Moodle system in University of Moratuwa".

Extension Screenshots

screenshot

Download Auto Login Moodle Extension CRX File

Download Auto Login Moodle 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

                                            

Extension Basic Information

Name Auto Login Moodle Auto Login Moodle
ID jmhaalcmelchimhofldlhbgklhadcgad
Official URL https://chromewebstore.google.com/detail/auto-login-moodle/jmhaalcmelchimhofldlhbgklhadcgad
Description This extension allows automatically login to the Moodle system in University of Moratuwa
File Size 36.63 KB
Installation Count 609
Current Version 1.0
Last Updated 2015-06-30
Publish Date 2015-06-30
Rating 4.83/5 Total 6 Ratings
Developer Mirage Abeysekara
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Login Moodle",
    "short_name": "Auto Login Moodle",
    "description": "This extension allows automatically login to the Moodle system in University of Moratuwa",
    "version": "1.0",
    "author": "Mirage Abeysekara",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "backgroundEvents.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/online.mrt.ac.lk\/"
    ]
}