CopyComments for Classroom

CopyComments for Classroom

Copy comments from a Doc or Slides presentation to each student copy that has been created in classroom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CopyComments for Classroom",
  "description": "Copy comments from a Doc or Slides presentation to each student copy that has been created in classroom",
  "version": "1.0.1.5",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "32",
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "CopyComments for Classroom"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "identity",
    "storage",
    "https://*.googleapis.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "oauth2": {
    "client_id": "522706031027-7gev8a9ff36mthgf0m1aih7do4g708gg.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/classroom.courses.readonly",
      "https://www.googleapis.com/auth/classroom.coursework.students.readonly",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}