Nureva Screen Share

Share your desktop or applications in Nureva™ Span™ software

O que é Nureva Screen Share?

Nureva Screen Share é uma extensão do Chrome desenvolvida por https://nureva.com, e sua principal característica é "Share your desktop or applications in Nureva™ Span™ software".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nureva Screen Share

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

                        It’s now easy for groups to share live content in Nureva Span Workspace. Within one canvas, multiple team members can each share an application or desktop, creating a dynamic collaboration space that includes all the data and content essential to group processes. 

ACCESS LIVE CONTENT – teams can easily pull content such as design mockups, website templates, videos, spreadsheets, charts and diagrams into creative collaboration sessions. 

VIEW MULTIPLE SCREEN SHARES – more than one user can share an application at once, so all the real-time information needed for team processes is available in one place.

ENABLE REMOTE CONTRIBUTORS – remote participants can share their screens with the rest of their teams, making it simpler to fully participate in group discussions and decision making.

SHARE SPECIALIZED APPLICATIONS – content from any application can be easily viewed on the Span canvas. 

CAPTURE CONTENT INTO A CANVAS – anyone can take screen captures of shared applications and add them to a Span canvas. They can then be annotated, pinned, duplicated and resized.

Find out how Span Workspace bridges the gap between paper and pixel, freeing groups from the limitations of typical collaboration. Learn more at https://www.nureva.com/visual-collaboration/span-workspace.                    

Informações Básicas da Extensão

Nome Nureva Screen Share Nureva Screen Share
ID nakjpadjkbgglmecflakfmapmdnlkeng
URL Oficial https://chromewebstore.google.com/detail/nureva-screen-share/nakjpadjkbgglmecflakfmapmdnlkeng
Descrição Share your desktop or applications in Nureva™ Span™ software
Tamanho do Arquivo 103 KB
Contagem de Instalações 730
Versão Atual 1.1.2
Última Atualização 2019-01-02
Data de Publicação 2019-01-02
Desenvolvedor https://nureva.com
Tipo de Pagamento free
Site da Extensão https://www.nureva.com/visual-collaboration/span-workspace
URL da Página de Ajuda https://nureva.com/support
URL da Página de Política de Privacidade https://www.nureva.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nureva Screen Share",
    "short_name": "Nureva Screen Share",
    "author": "Nureva Inc",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share your desktop or applications in Nureva\u2122 Span\u2122 software",
    "homepage_url": "https:\/\/nureva.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nureva.com\/*",
            "*:\/\/*.nureva.com\/*",
            "*:\/\/*.span-nureva.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/127.0.0.1\/*",
            "*:\/\/spanclientdev-research.azurewebsites.net\/*",
            "*:\/\/spangforce.azurewebsites.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}