贤儿小助手

贤儿小助手

This extension allows uploading from UC Davis Course Schedule to SSSS server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "贤儿小助手",
  "description": "This extension allows uploading from UC Davis Course Schedule to SSSS server.",
  "version": "0.4",
  "icons": {
    "16": "16.PNG",
    "48": "48.PNG",
    "128": "128.PNG"
  },
  "content_scripts": [
    {
      "matches": [
        "https://my.ucdavis.edu/schedulebuilder/index.cfm?*"
      ],
      "js": [
        "jquery.js",
        "inject_button.js"
      ]
    }
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "https://my.ucdavis.edu/schedulebuilder/index.cfm?termCode*",
    "identity",
    "http://144.202.122.238/*"
  ]
}