Mastervoice Desktop Sharing

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

Mastervoice Desktop Sharingคืออะไร?

Mastervoice Desktop Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mastervoice.it และคุณลักษณะหลักของมันคือ "Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mastervoice Desktop Sharing

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}