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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WSE DC Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}