Study Schedule Assignment Firefox

Examine source code of Study Schedule Assignment

Inspect and view changes in Study Schedule Assignment source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Study Schedule Assignment",
  "version": "1.1",
  "description": "Manage study schedules and get reminders for assignments.",
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "identity",
    "https://www.googleapis.com/auth/calendar",
    "https://www.googleapis.com/auth/gmail.send"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Study Schedule Manager"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "oauth2": {
    "client_id": "YOUR_GOOGLE_CLIENT_ID.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar",
      "https://www.googleapis.com/auth/gmail.send"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ebb6732d-4e6f-4e17-9e34-a41c3ca92a05}"
    }
  }
}

Best Study Schedule Assignment Alternatives

Here are some Firefox add-ons that are similar to Study Schedule Assignment: