Classroom Assignment Manager Firefox

Examine source code of Classroom Assignment Manager

Inspect and view changes in Classroom Assignment Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Classroom Assignment Manager",
  "version": "1.1",
  "description": "Manage and track assignments with Google Classroom.",
  "permissions": [
    "storage",
    "identity",
    "notifications",
    "https://classroom.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Google Classroom Manager"
  },
  "oauth2": {
    "client_id": "YOUR_GOOGLE_CLIENT_ID.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/classroom.courses.readonly",
      "https://www.googleapis.com/auth/classroom.coursework.me",
      "https://www.googleapis.com/auth/classroom.coursework.me.readonly",
      "https://www.googleapis.com/auth/classroom.coursework.students"
    ]
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{84e53f85-af48-4fb6-89f3-df9c68e2e1aa}"
    }
  }
}

Best Classroom Assignment Manager Alternatives

Here are some Firefox add-ons that are similar to Classroom Assignment Manager: