ebox screen sharing

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

Vad är ebox screen sharing?

ebox screen sharing är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.".

Tilläggsskärmbilder

screenshot

Ladda ner ebox screen sharing-förlängningens CRX-fil

Ladda ner ebox screen sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ebox screen sharing                    

Grundläggande Information om Tillägg

Namn ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
Officiell webbadress https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
Beskrivning This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
Filstorlek 28.92 KB
Antal Installationer 48
Aktuell Version 2.0
Senast Uppdaterad 2019-11-20
Publiceringsdatum 2019-11-20
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}