ClassroomGo Teachers - Classroom Management

ClassroomGo Teachers - Classroom Management

ClassroomGo-行動裝置教學廣播播系統

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "ClassroomGo-行動裝置教學廣播播系統",
  "default_locale": "zh_CN",
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.gtrainers.org/*"
    ],
    "accepts_tls_channel_id": false
  },
  "author": "GTrainers",
  "version": "9.10.31",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "homepage_url": "https://ydes.ai/solutions/classroomgo/",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "recordring_content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "images/desktopCapture22.png",
    "default_title": "ClassroomGo",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/desktopCapture16.png",
    "22": "images/desktopCapture22.png",
    "32": "images/desktopCapture32.png",
    "48": "images/desktopCapture48.png",
    "128": "images/desktopCapture128.png"
  },
  "permissions": [
    "desktopCapture",
    "storage",
    "tabs",
    "activeTab",
    "identity",
    "identity.email",
    "notifications",
    "unlimitedStorage",
    "contextMenus",
    "downloads",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "oauth2": {
    "client_id": "46754737546-hqs88lln5ghjr2qu4suqgavhtobst2i4.apps.googleusercontent.com",
    "scopes": [
      "email",
      "https://www.googleapis.com/auth/classroom.courses",
      "https://www.googleapis.com/auth/classroom.announcements",
      "https://www.googleapis.com/auth/classroom.rosters",
      "https://www.googleapis.com/auth/classroom.profile.photos",
      "https://www.googleapis.com/auth/classroom.profile.emails",
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/classroom.coursework.students",
      "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly",
      "https://www.googleapis.com/auth/admin.directory.group.readonly"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/desktopCapture48.png",
        "images/*",
        "css/*",
        "timer.html",
        "pop_time.js",
        "timer_frame.js",
        "socket.io.js",
        "timer_frame.html",
        "/recording/rec.js",
        "/html/rec.html",
        "/html/cam_view.html",
        "shorted_urls.html",
        "img/ico_copy.png",
        "img/ico_history.png",
        "/audio/record_alert.m4a",
        "img/ico-refresh.png",
        "/tableLang/tw.json",
        "/tableLang/ja.json",
        "/tableLang/en.json",
        "/html/rec.html",
        "/images/recording/bg.png",
        "/images/recording/btn_bg.png",
        "/images/recording/download.png",
        "/images/recording/drive.png",
        "/images/recording/pause.png",
        "/images/recording/record.png",
        "/images/recording/sound.png",
        "/images/recording/stop.png",
        "/images/recording/continue.png",
        "/images/recording/delete.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_page": "options.html"
}