Moodle Auto Login

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

Moodle Auto Login là gì?

Moodle Auto Login là một tiện ích mở rộng Chrome được phát triển bởi ggordbegli, và tính năng chính của nó là "Automatically clicks login when you load the moodle for UMass Amherst.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moodle Auto Login

Tải xuống các tệp mở rộng Moodle Auto Login dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moodle Auto Login Moodle Auto Login
ID nfpmdpogbdlfbniimbdkokpcmmleemia
URL Chính Thức https://chromewebstore.google.com/detail/moodle-auto-login/nfpmdpogbdlfbniimbdkokpcmmleemia
Mô tả Automatically clicks login when you load the moodle for UMass Amherst.
Kích Thước Tệp 15.22 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-04
Ngày Phát Hành 2022-02-03
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển ggordbegli
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://gabrielgordbegli.com/Privacy-Policies/moodle-auto-login
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}