StudyBee Assess

StudyBee Assess

With StudyBee's assessment tools, you can assess student work directly in Google Classroom, and give feedback.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "3.1.14",
  "manifest_version": 3,
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "icons": {
    "16": "src/images/favicon.png",
    "128": "src/images/favicon.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.jsx-loader-4d9a3323.js"
      ],
      "matches": [
        "https://classroom.google.com/*"
      ],
      "exclude_matches": [
        "https://classroom.google.com/ineligible"
      ],
      "run_at": "document_idle",
      "css": [
        "src/index.css",
        "assets/index-8f753468.css"
      ],
      "media": []
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/index.css",
        "src/images/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://classroom.google.com/*"
      ],
      "resources": [
        "assets/happy-face-1acbc723.png",
        "assets/medium-face-5d533b5b.png",
        "assets/sad-face-8a4b772a.png",
        "assets/study_bee_horizontal_black-0faec9ce.png",
        "assets/kunskapsmal-2329e742.png",
        "assets/index.jsx-670d1eed.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "clipboardRead",
    "clipboardWrite",
    "tabs",
    "activeTab",
    "identity",
    "identity.email",
    "webNavigation"
  ],
  "host_permissions": [
    "http://*.google.com/*",
    "https://*.google.com/*",
    "http://*.studybee.io/*",
    "https://*.studybee.io/*"
  ],
  "oauth2": {
    "client_id": "397138885459-acirc55obp7gvk65lcmkbvosoc4trn2k.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/classroom.courses.readonly",
      "https://www.googleapis.com/auth/classroom.rosters.readonly",
      "https://www.googleapis.com/auth/classroom.coursework.me.readonly",
      "https://www.googleapis.com/auth/classroom.coursework.students.readonly",
      "https://www.googleapis.com/auth/classroom.profile.emails",
      "https://www.googleapis.com/auth/classroom.profile.photos",
      "https://www.googleapis.com/auth/classroom.push-notifications",
      "https://www.googleapis.com/auth/classroom.guardianlinks.me.readonly",
      "https://www.googleapis.com/auth/classroom.guardianlinks.students.readonly",
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/classroom.topics.readonly"
    ]
  }
}