JCT - Login

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

什麼是JCT - Login?

JCT - Login是由r0nny1l開發的Chrome擴展程式,該擴展的主要功能是“An automatic login to the JCT Wireless Network, and to the JCT MOODLE.”。

擴展截圖

screenshot

下載JCT - Login擴展crx文件

下載JCT - Login擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 JCT - Login JCT - Login
ID kaogofhoanfolnbbijmdoepclpjddhim
官方網址 https://chromewebstore.google.com/detail/jct-login/kaogofhoanfolnbbijmdoepclpjddhim
簡介 An automatic login to the JCT Wireless Network, and to the JCT MOODLE.
檔案大小 59.95 KB
安裝次數 130
目前版本 1.0.2
更新時間 2013-06-12
上架時間 2013-06-12
評分 5.00/5 共 21 次評分
開發者 r0nny1l
付費類型 free
支援的語言 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"
}