JCT - Login
An automatic login to the JCT Wireless Network, and to the JCT MOODLE.
What is JCT - Login?
JCT - Login is a Chrome extension developed by r0nny1l, and its main feature is "An automatic login to the JCT Wireless Network, and to the JCT MOODLE.".
Extension Screenshots
Download JCT - Login Extension CRX File
Download JCT - Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | kaogofhoanfolnbbijmdoepclpjddhim |
| Official URL | https://chromewebstore.google.com/detail/jct-login/kaogofhoanfolnbbijmdoepclpjddhim |
| Description | An automatic login to the JCT Wireless Network, and to the JCT MOODLE. |
| File Size | 59.95 KB |
| Installation Count | 130 |
| Current Version | 1.0.2 |
| Last Updated | 2013-06-12 |
| Publish Date | 2013-06-12 |
| Rating | 5.00/5 Total 21 Ratings |
| Developer | r0nny1l |
| Payment Type | free |
| Supported Languages | 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"
} | |