Screen Sharing

Chrome Extension for sharing screen in video chat

O que é Screen Sharing?

Screen Sharing é uma extensão do Chrome desenvolvida por Jungleworks, e sua principal característica é "Chrome Extension for sharing screen in video chat".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Screen Sharing

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

                        Share the screen from your computer in a video conversation, to show presentations, photos and documents.
This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. 

Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents.

- Select which window/application or Chrome tab to share from your computer
- Handles multiple screens/monitors
- Participants can double-click to view your shared screen in fullscreen                    

Informações Básicas da Extensão

Nome Screen Sharing Screen Sharing
ID onnpnbcklmahhoajlilopflaandmlooa
URL Oficial https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa
Descrição Chrome Extension for sharing screen in video chat
Tamanho do Arquivo 7.52 KB
Contagem de Instalações 51,594
Versão Atual 1.0.5
Última Atualização 2019-10-14
Data de Publicação 2019-10-14
Classificação 2.58/5 Total de 12 Avaliações
Desenvolvedor Jungleworks
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jungleworks.com
URL da Página de Política de Privacidade https://jungleworks.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Sharing",
    "description": "Chrome Extension for sharing screen in video chat",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fugu.chat\/*",
            "https:\/\/*.officechat.io\/*",
            "https:\/\/*.fuguchat.com\/*",
            "https:\/\/hippochat.io\/*",
            "https:\/\/*.muleapp.io\/*",
            "https:\/\/*.mazentaa.in\/*",
            "https:\/\/*.bulbul.io\/*",
            "https:\/\/*.fuelbyghq.com\/*",
            "https:\/\/*.xpertreach.io\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}