WebRTC Desktop Sharing

WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.

O que é WebRTC Desktop Sharing?

WebRTC Desktop Sharing é uma extensão do Chrome desenvolvida por https://www.snappshott.co.za, e sua principal característica é "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WebRTC Desktop Sharing

Baixe arquivos de extensão WebRTC Desktop Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Snappshott browser tab sharing app                    

Informações Básicas da Extensão

Nome WebRTC Desktop Sharing WebRTC Desktop Sharing
ID engpcombbmmmmfpbekphjkjnknopmjpk
URL Oficial https://chromewebstore.google.com/detail/webrtc-desktop-sharing/engpcombbmmmmfpbekphjkjnknopmjpk
Descrição WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
Tamanho do Arquivo 83.53 KB
Contagem de Instalações 19
Versão Atual 2.7
Última Atualização 2017-04-08
Data de Publicação 2017-04-08
Desenvolvedor https://www.snappshott.co.za
Tipo de Pagamento free
Site da Extensão https://www.snappshott.co.za/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebRTC Desktop Sharing",
    "author": "Snappshott",
    "version": "2.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
    "homepage_url": "https:\/\/www.snappshott.co.za\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "IceServersHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "tabCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}