DisplayNote Extension

Join a DisplayNote session to share your screen and content.

Co to jest DisplayNote Extension?

DisplayNote Extension to rozszerzenie Chrome opracowane przez http://displaynote.com, a jego główną funkcją jest „Join a DisplayNote session to share your screen and content.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DisplayNote Extension

Pobierz pliki rozszerzeń DisplayNote Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa DisplayNote Extension DisplayNote Extension
ID dbfegieohdkcnaomlgefdlpnbdhiiknh
Oficjalny URL https://chrome.google.com/webstore/detail/displaynote-extension/dbfegieohdkcnaomlgefdlpnbdhiiknh
Opis Join a DisplayNote session to share your screen and content.
Rozmiar pliku 142 KB
Liczba instalacji 30,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2018-10-26
Data Publikacji 2018-10-26
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper http://displaynote.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://displaynote.com/
Adres URL Strony Polityki Prywatności https://www.displaynote.com/wp-content/uploads/2016/02/Privacy-Policy_website.pdf
Obsługiwane Języki 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"
    ]
}