ebox screen sharing

This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.

什么是ebox screen sharing?

ebox screen sharing是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.”。

扩展截图

screenshot

下载ebox screen sharing扩展crx文件

下载ebox screen sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ebox screen sharing                    

扩展基本信息

名称 ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
官方URL https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
简介 This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
文件大小 28.92 KB
安装次数 48
当前版本 2.0
更新时间 2019-11-20
上架时间 2019-11-20
开发者 Unknown
付费类型 free
支持的语言 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ebox screen sharing",
    "author": "Wecyou S.r.l.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.wecyou.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/ebox-web.azurewebsites.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}