NA moodle survey

NA moodle survey

Autofill Tel Aviv University Moodle surveys with NA.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NA moodle survey",
  "version": "2.5",
  "manifest_version": 2,
  "description": "Autofill Tel Aviv University Moodle surveys with NA.",
  "background": {
    "scripts": [
      "FastSekerBG.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*.tau.ac.il/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://moodle.tau.ac.il/*"
      ],
      "js": [
        "FastSeker.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": "icon48.png",
    "default_popup": "NASEKER.html"
  },
  "icons": {
    "48": "icon48.png",
    "96": "icon.png"
  }
}