Mastervoice Desktop Sharing

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

什么是Mastervoice Desktop Sharing?

Mastervoice Desktop Sharing是由https://www.mastervoice.it开发的Chrome扩展程序,该扩展的主要功能是“Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice”。

扩展截图

screenshot

下载Mastervoice Desktop Sharing扩展crx文件

下载Mastervoice Desktop Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Mastervoice Desktop Sharing Mastervoice Desktop Sharing
ID eobglaglnihpdeccgoidilefmbneghgg
官方URL https://chromewebstore.google.com/detail/mastervoice-desktop-shari/eobglaglnihpdeccgoidilefmbneghgg
简介 Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice
文件大小 29.92 KB
安装次数 67
当前版本 1
更新时间 2019-03-21
上架时间 2019-03-21
评分 5.00/5 共1次评分
开发者 https://www.mastervoice.it
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.mastervoice.it/#i_nostri_servizi
帮助页面URL https://www.mastervoice.it/#contatti
隐私政策页面URL https://www.mastervoice.it/mastervoice-mobile-it-privacy.html
支持的语言 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\/*"
        ]
    }
}