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