Smart Education

Smart Education

The Plug-in for screen sharing and file sharing of smart live teaching & learning service.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "description": "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "name": "Smart Education ",
  "permissions": [
    "desktopCapture",
    "contextMenus",
    "bookmarks",
    "tabs",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "Smart Live Teaching & Learning Service",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.6",
  "default_locale": "zh_CN"
}