Auto Login Moodle

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

Wat is Auto Login Moodle?

Auto Login Moodle is een Chrome-extensie ontwikkeld door Mirage Abeysekara, en de belangrijkste functie is "This extension allows automatically login to the Moodle system in University of Moratuwa".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Login Moodle

Download Auto Login Moodle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Auto Login Moodle Auto Login Moodle
ID jmhaalcmelchimhofldlhbgklhadcgad
Officiële URL https://chromewebstore.google.com/detail/auto-login-moodle/jmhaalcmelchimhofldlhbgklhadcgad
Beschrijving This extension allows automatically login to the Moodle system in University of Moratuwa
Bestandsgrootte 36.63 KB
Aantal Installaties 609
Huidige Versie 1.0
Laatst Bijgewerkt 2015-06-30
Publicatiedatum 2015-06-30
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Mirage Abeysekara
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}