ebox screen sharing

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

Wat is ebox screen sharing?

ebox screen sharing is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ebox screen sharing

Download ebox screen sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ebox screen sharing                    

Basisinformatie over de Extensie

Naam ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
Officiële URL https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
Beschrijving This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
Bestandsgrootte 28.92 KB
Aantal Installaties 48
Huidige Versie 2.0
Laatst Bijgewerkt 2019-11-20
Publicatiedatum 2019-11-20
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}