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"
}