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
官方URL 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"
    ]
}