Workday Schedule Exporter Firefox

Examine source code of Workday Schedule Exporter

Inspect and view changes in Workday Schedule Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Workday Schedule Exporter",
  "description": "Adds the functionality to export a course schedule from Workday",
  "version": "1.0.2",
  "author": "Gregory Conrad",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png"
  },
  "permissions": [
    "webRequest",
    "https://wd5.myworkday.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://wd5.myworkday.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "worker.js"
    ]
  }
}

Best Workday Schedule Exporter Alternatives

Here are some Firefox add-ons that are similar to Workday Schedule Exporter: