ebox screen sharing

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

What is ebox screen sharing?

ebox screen sharing is a Chrome extension developed by Unknown, and its main feature is "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.".

Extension Screenshots

screenshot

Download ebox screen sharing Extension CRX File

Download ebox screen sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ebox screen sharing                    

Extension Basic Information

Name ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
Official URL https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
Description This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
File Size 28.92 KB
Installation Count 48
Current Version 2.0
Last Updated 2019-11-20
Publish Date 2019-11-20
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}