Mastervoice Desktop Sharing

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

Mastervoice Desktop Sharing là gì?

Mastervoice Desktop Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://www.mastervoice.it, và tính năng chính của nó là "Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mastervoice Desktop Sharing

Tải xuống các tệp mở rộng Mastervoice Desktop Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mastervoice Desktop Sharing Mastervoice Desktop Sharing
ID eobglaglnihpdeccgoidilefmbneghgg
URL Chính Thức https://chromewebstore.google.com/detail/mastervoice-desktop-shari/eobglaglnihpdeccgoidilefmbneghgg
Mô tả Un'estensione per condividere il tuo desktop tramite la piattaforma UC fornita da MasterVoice
Kích Thước Tệp 29.92 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2019-03-21
Ngày Phát Hành 2019-03-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.mastervoice.it
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mastervoice.it/#i_nostri_servizi
URL Trang Trợ Giúp https://www.mastervoice.it/#contatti
URL Trang Chính Sách Bảo Mật https://www.mastervoice.it/mastervoice-mobile-it-privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}