ebox screen sharing

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

Co je ebox screen sharing?

ebox screen sharing je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ebox screen sharing

Stáhněte si soubory rozšíření ebox screen sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ebox screen sharing                    

Základní Informace o Rozšíření

Název ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
Oficiální URL https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
Popis This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
Velikost souboru 28.92 KB
Počet instalací 48
Aktuální Verze 2.0
Poslední Aktualizace 2019-11-20
Datum Vydání 2019-11-20
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}