JCT - Login

JCT - Login

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

Merlin
Additional files are visible only to premium users

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": {
    "16": "icon16.jpg",
    "48": "icon48.jpg",
    "128": "icon128.jpg"
  },
  "permissions": [
    "storage"
  ],
  "name": "JCT - Login",
  "options_page": "options.html",
  "version": "1.0.2"
}