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文件

下載DisplayNote Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}