Screen Share

Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.

O que é Screen Share?

Screen Share é uma extensão do Chrome desenvolvida por authorGEN, e sua principal característica é "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Screen Share

Baixe arquivos de extensão Screen Share 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 of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom.  Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.                    

Informações Básicas da Extensão

Nome Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
URL Oficial https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
Descrição Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
Tamanho do Arquivo 13.21 KB
Contagem de Instalações 58,170
Versão Atual 0.0.0.8
Última Atualização 2017-11-07
Data de Publicação 2017-11-07
Classificação 2.47/5 Total de 43 Avaliações
Desenvolvedor authorGEN
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.authorgen.com/Privacy.aspx
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "WizIQ",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}