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
官方URL 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"
}