WSE DC Screen Sharing

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

What is WSE DC Screen Sharing?

WSE DC Screen Sharing is a Chrome extension developed by WSE Hong Kong Limited, and its main feature is "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.".

Extension Screenshots

screenshot
screenshot

Download WSE DC Screen Sharing Extension CRX File

Download WSE DC Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WSE DC Screen Sharing WSE DC Screen Sharing
ID pahhhcpdpgopkpgaemgdckngokjanlof
Official URL https://chromewebstore.google.com/detail/wse-dc-screen-sharing/pahhhcpdpgopkpgaemgdckngokjanlof
Description This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.
File Size 13.68 KB
Installation Count 193
Current Version 3.1
Last Updated 2019-07-02
Publish Date 2019-07-02
Rating 3.00/5 Total 1 Ratings
Developer WSE Hong Kong Limited
Payment Type free
Supported Languages 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"
    ]
}