Screen Share

Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.

什麼是Screen Share?

Screen Share是由authorGEN開發的Chrome擴展程式,該擴展的主要功能是“Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.”。

擴展截圖

screenshot
screenshot
screenshot

下載Screen Share擴展crx文件

下載Screen Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Share the screen of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom.  Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.                    

擴展基本資訊

名稱 Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
官方網址 https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
簡介 Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
檔案大小 13.21 KB
安裝次數 58,170
目前版本 0.0.0.8
更新時間 2017-11-07
上架時間 2017-11-07
評分 2.47/5 共 43 次評分
開發者 authorGEN
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.authorgen.com/Privacy.aspx
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "WizIQ",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}