Nureva Screen Share

Share your desktop or applications in Nureva™ Span™ software

Nureva Screen Share란 무엇입니까?

Nureva Screen Share은(는) https://nureva.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share your desktop or applications in Nureva™ Span™ software"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Nureva Screen Share 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Nureva Screen Share Nureva Screen Share
ID nakjpadjkbgglmecflakfmapmdnlkeng
공식 URL https://chromewebstore.google.com/detail/nureva-screen-share/nakjpadjkbgglmecflakfmapmdnlkeng
설명 Share your desktop or applications in Nureva™ Span™ software
파일 크기 103 KB
설치 횟수 730
현재 버전 1.1.2
최근 업데이트 2019-01-02
출시 날짜 2019-01-02
개발자 https://nureva.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.nureva.com/visual-collaboration/span-workspace
도움말 페이지 URL https://nureva.com/support
개인정보 보호 정책 페이지 URL https://www.nureva.com/privacy-policy
지원되는 언어 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"
    ]
}