Moodle Auto Login

Automatically clicks login when you load the moodle for UMass Amherst.

Moodle Auto Login란 무엇입니까?

Moodle Auto Login은(는) ggordbegli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically clicks login when you load the moodle for UMass Amherst."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Are you a student at UMass Amherst? Do you use Moodle? If you answered yes to both of these questions and are tired of Moodle logging you out every two seconds this extension is for you. When you load Moodle it will click the login button for you so you never have to again.                    

확장 프로그램 기본 정보

이름 Moodle Auto Login Moodle Auto Login
ID nfpmdpogbdlfbniimbdkokpcmmleemia
공식 URL https://chromewebstore.google.com/detail/moodle-auto-login/nfpmdpogbdlfbniimbdkokpcmmleemia
설명 Automatically clicks login when you load the moodle for UMass Amherst.
파일 크기 15.22 KB
설치 횟수 44
현재 버전 1.0
최근 업데이트 2022-02-04
출시 날짜 2022-02-03
평점 4.57/5 총 7 개의 평점
개발자 ggordbegli
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://gabrielgordbegli.com/Privacy-Policies/moodle-auto-login
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moodle Auto Login",
    "version": "1.0",
    "description": "Automatically clicks login when you load the moodle for UMass Amherst.",
    "icons": {
        "16": "\/images\/icon-16.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/umass.moonami.com\/"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end",
            "permissions": [
                "https:\/\/umass.moonami.com\/"
            ],
            "all_frames": false
        }
    ]
}