WSE DC Screen Sharing

This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.

什么是WSE DC Screen Sharing?

WSE DC Screen Sharing是由WSE Hong Kong Limited开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.”。

扩展截图

screenshot
screenshot

下载WSE DC Screen Sharing扩展crx文件

下载WSE DC Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Chrome extension has been developed to allow the teacher of a Wall Street English Digital Classroom session to share their screen to their students. Teachers can use this extension to share their screen or application windows in order for the students to see what is on the screen.                    

扩展基本信息

名称 WSE DC Screen Sharing WSE DC Screen Sharing
ID pahhhcpdpgopkpgaemgdckngokjanlof
官方URL https://chromewebstore.google.com/detail/wse-dc-screen-sharing/pahhhcpdpgopkpgaemgdckngokjanlof
简介 This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.
文件大小 13.68 KB
安装次数 193
当前版本 3.1
更新时间 2019-07-02
上架时间 2019-07-02
评分 3.00/5 共1次评分
开发者 WSE Hong Kong Limited
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WSE DC Screen Sharing",
    "author": "WSE.",
    "version": "3.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.",
    "homepage_url": "https:\/\/www.wallstreetenglish.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.wallstreetenglish.com\/*",
            "https:\/\/*.wallstreetenglish.com.cn\/*",
            "https:\/\/*.wallstreetenglish.cn\/*",
            "https:\/\/localhost:*\/*"
        ]
    },
    "icons": {
        "16": "logo_16x16.png",
        "48": "logo_48x48.png",
        "128": "logo_128x128.png"
    },
    "browser_action": {
        "default_icon": "logo_128x128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo_128x128.png"
    ]
}