YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

O que é YouNeed Screen Sharing?

YouNeed Screen Sharing é uma extensão do Chrome desenvolvida por YouNeed®, e sua principal característica é "This WebRTC screen capturing extension can be used with YouNeed platform".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouNeed Screen Sharing

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

                        While you're in a YouNeed® videocall, share instantly the screen of your computer with other participants to show documents, pictures and any other file.                    

Informações Básicas da Extensão

Nome YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
URL Oficial https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
Descrição This WebRTC screen capturing extension can be used with YouNeed platform
Tamanho do Arquivo 9.88 KB
Contagem de Instalações 170
Versão Atual 1.0.3
Última Atualização 2021-10-19
Data de Publicação 2018-04-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor YouNeed®
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://youneed.it
URL da Página de Política de Privacidade https://www.ambrogio.com/policy/policy-privacy.html
Idiomas Suportados it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Screen Sharing",
    "short_name": "YNsharing",
    "author": "Ambrogio srl",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used with YouNeed platform",
    "homepage_url": "https:\/\/web.youneed.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.web.youneed.it\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*.web.youneed.it\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}