WorkdayISU Firefox

Examine source code of WorkdayISU

Inspect and view changes in WorkdayISU source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "WorkdayISU",
  "version": "1.1.4",
  "description": "A browser extension that allows you to export your calendar from ISU Workday.",
  "homepage_url": "https://github.com/SullivanHart/WorkdayISU",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.myworkday.com/isu/*"
      ],
      "js": [
        "src/get-tables.js",
        "src/parse-courses.js",
        "src/export-calendar.js",
        "src/index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "WorkdayISU@ISU"
    }
  }
}

Best WorkdayISU Alternatives

Here are some Firefox add-ons that are similar to WorkdayISU: