Auto Login Moodle

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

Auto Login Moodle란 무엇입니까?

Auto Login Moodle은(는) Mirage Abeysekara에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows automatically login to the Moodle system in University of Moratuwa"입니다.

확장 프로그램 스크린샷

screenshot

Auto Login Moodle 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Auto Login Moodle Auto Login Moodle
ID jmhaalcmelchimhofldlhbgklhadcgad
공식 URL https://chromewebstore.google.com/detail/auto-login-moodle/jmhaalcmelchimhofldlhbgklhadcgad
설명 This extension allows automatically login to the Moodle system in University of Moratuwa
파일 크기 36.63 KB
설치 횟수 609
현재 버전 1.0
최근 업데이트 2015-06-30
출시 날짜 2015-06-30
평점 4.83/5 총 6 개의 평점
개발자 Mirage Abeysekara
결제 유형 free
지원되는 언어 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\/"
    ]
}