DisplayNote Extension

Join a DisplayNote session to share your screen and content.

DisplayNote Extension란 무엇입니까?

DisplayNote Extension은(는) http://displaynote.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Join a DisplayNote session to share your screen and content."입니다.

확장 프로그램 스크린샷

screenshot

DisplayNote Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enables you to share your screen and content with DisplayNote Montage via your web browser. For remote users, you can also share your webcam and mic.

What is DisplayNote Montage?
DisplayNote Montage is a wireless presentation solution for meeting rooms and huddle spaces. It allows you to share your screen or content from any device to a room display.

DisplayNote solutions are trusted by respected brands around the world, including Vodafone, Heineken and NEC.

Want to learn more?
http://displaynote.com/                    

확장 프로그램 기본 정보

이름 DisplayNote Extension DisplayNote Extension
ID dbfegieohdkcnaomlgefdlpnbdhiiknh
공식 URL https://chrome.google.com/webstore/detail/displaynote-extension/dbfegieohdkcnaomlgefdlpnbdhiiknh
설명 Join a DisplayNote session to share your screen and content.
파일 크기 142 KB
설치 횟수 30,000
현재 버전 1.0.1
최근 업데이트 2018-10-26
출시 날짜 2018-10-26
평점 3.00/5 총 2 개의 평점
개발자 http://displaynote.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://displaynote.com/
개인정보 보호 정책 페이지 URL https://www.displaynote.com/wp-content/uploads/2016/02/Privacy-Policy_website.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "DisplayNote Extension",
    "version": "1.0.1",
    "short_name": "DisplayNote",
    "description": "Join a DisplayNote session to share your screen and content.",
    "author": "DisplayNote Technologies, Ltd",
    "homepage_url": "https:\/\/www.displaynote.com\/",
    "icons": {
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.displaynote.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/icon48.png",
        "js\/popup.js"
    ]
}