Nureva Screen Share

Share your desktop or applications in Nureva™ Span™ software

What is Nureva Screen Share?

Nureva Screen Share is a Chrome extension developed by https://nureva.com, and its main feature is "Share your desktop or applications in Nureva™ Span™ software".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Nureva Screen Share Extension CRX File

Download Nureva Screen Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Nureva Screen Share Nureva Screen Share
ID nakjpadjkbgglmecflakfmapmdnlkeng
Official URL https://chromewebstore.google.com/detail/nureva-screen-share/nakjpadjkbgglmecflakfmapmdnlkeng
Description Share your desktop or applications in Nureva™ Span™ software
File Size 103 KB
Installation Count 730
Current Version 1.1.2
Last Updated 2019-01-02
Publish Date 2019-01-02
Developer https://nureva.com
Payment Type free
Extension Website https://www.nureva.com/visual-collaboration/span-workspace
Help Page URL https://nureva.com/support
Privacy Policy Page URL https://www.nureva.com/privacy-policy
Supported Languages 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"
    ]
}