Pronto Screen Sharing

Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.

O que é Pronto Screen Sharing?

Pronto Screen Sharing é uma extensão do Chrome desenvolvida por Pronto, e sua principal característica é "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pronto Screen Sharing

Baixe arquivos de extensão Pronto Screen 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

                        This extension will allow users to share their screen in Pronto during live streaming.  A user may choose to broadcast either live video or share their screen.  This extension specifically handles the functionality behind prompting a user for which screen they'd like to share.                    

Informações Básicas da Extensão

Nome Pronto Screen Sharing Pronto Screen Sharing
ID ngjdmmdgiehhjidefanipbeoeobdjkkj
URL Oficial https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj
Descrição Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Tamanho do Arquivo 19.73 KB
Contagem de Instalações 111
Versão Atual 2.2
Última Atualização 2018-09-13
Data de Publicação 2018-09-13
Desenvolvedor Pronto
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://trypronto.com
URL da Página de Política de Privacidade https://www.trypronto.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pronto Screen Sharing",
    "author": "Hit Labs, Inc.",
    "version": "2.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Use this Pronto extension to share your screen in the Pronto Communications web client found at https:\/\/trypronto.com.",
    "homepage_url": "https:\/\/trypronto.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.trypronto.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}