ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

什麼是ConexED Screen Sharing?

ConexED Screen Sharing是由https://conexed.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome screen sharing extension for the ConexED platform”。

擴展截圖

screenshot

下載ConexED Screen Sharing擴展crx文件

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

擴展使用說明

                        Share your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

擴展基本資訊

名稱 ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
官方網址 https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
簡介 Chrome screen sharing extension for the ConexED platform
檔案大小 15.6 KB
安裝次數 20,000
目前版本 1.7.3
更新時間 2018-09-26
上架時間 2018-09-26
評分 4.00/5 共 10 次評分
開發者 https://conexed.com
付費類型 free
擴展官網 https://conexed.com
說明頁面URL https://blog.conexed.com/help-center/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}