Mastervoice Desktop Sharing

Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice

What is Mastervoice Desktop Sharing?

Mastervoice Desktop Sharing is a Chrome extension developed by https://www.mastervoice.it, and its main feature is "Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice".

Extension Screenshots

screenshot

Download Mastervoice Desktop Sharing Extension CRX File

Download Mastervoice Desktop 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

                        Durante le conferenze su piattaforma UC MasterVoice, tramite questa estensione, potrete condividere con gli altri partecipanti, i vostri monitor, applicazioni o addirittura singoli tab del browser.                    

Extension Basic Information

Name Mastervoice Desktop Sharing Mastervoice Desktop Sharing
ID eobglaglnihpdeccgoidilefmbneghgg
Official URL https://chromewebstore.google.com/detail/mastervoice-desktop-shari/eobglaglnihpdeccgoidilefmbneghgg
Description Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice
File Size 29.92 KB
Installation Count 67
Current Version 1
Last Updated 2019-03-21
Publish Date 2019-03-21
Rating 5.00/5 Total 1 Ratings
Developer https://www.mastervoice.it
Email [email protected]
Payment Type free
Extension Website https://www.mastervoice.it/#i_nostri_servizi
Help Page URL https://www.mastervoice.it/#contatti
Privacy Policy Page URL https://www.mastervoice.it/mastervoice-mobile-it-privacy.html
Supported Languages it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mastervoice Desktop Sharing",
    "short_name": "DesktopStreaming",
    "description": "Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice",
    "version": "1",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mastervoice.it\/*"
        ]
    }
}