JCT - Login

An automatic login to the JCT Wireless Network, and to the JCT MOODLE.

JCT - Login là gì?

JCT - Login là một tiện ích mở rộng Chrome được phát triển bởi r0nny1l, và tính năng chính của nó là "An automatic login to the JCT Wireless Network, and to the JCT MOODLE.".

Ả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 JCT - Login

Tải xuống các tệp mở rộng JCT - 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

                        Automatic login into the JCT wireless network.

And now also to the Moodle of JCT!

v1.0.2
--------
Fixed bug that disabled the relocation.


v1.0.1
--------
Bug fix.


v1.0.0
---------
Overhaul to the code to fit with Google's new requirements and JCT's changed site.                    

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

Tên JCT - Login JCT - Login
ID kaogofhoanfolnbbijmdoepclpjddhim
URL Chính Thức https://chromewebstore.google.com/detail/jct-login/kaogofhoanfolnbbijmdoepclpjddhim
Mô tả An automatic login to the JCT Wireless Network, and to the JCT MOODLE.
Kích Thước Tệp 59.95 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-06-12
Ngày Phát Hành 2013-06-12
Đánh Giá 5.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển r0nny1l
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/1.1.1.1\/*",
                "https:\/\/wireless-login.jct.ac.il\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "jquery.min.js",
                "contentscript-moodle.js"
            ],
            "matches": [
                "http:\/\/moodle.jct.ac.il\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "An automatic login to the JCT Wireless Network, and to the JCT MOODLE.",
    "icons": {
        "128": "icon128.jpg",
        "16": "icon16.jpg",
        "48": "icon48.jpg"
    },
    "permissions": [
        "storage"
    ],
    "name": "JCT - Login",
    "options_page": "options.html",
    "version": "1.0.2"
}