DisplayNote Extension

Join a DisplayNote session to share your screen and content.

Cos'è DisplayNote Extension?

DisplayNote Extension è un'estensione di Chrome sviluppata da http://displaynote.com, e la sua funzione principale è "Join a DisplayNote session to share your screen and content.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DisplayNote Extension

Scarica i file di estensione DisplayNote Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome DisplayNote Extension DisplayNote Extension
ID dbfegieohdkcnaomlgefdlpnbdhiiknh
URL Ufficiale https://chrome.google.com/webstore/detail/displaynote-extension/dbfegieohdkcnaomlgefdlpnbdhiiknh
Descrizione Join a DisplayNote session to share your screen and content.
Dimensione del File 142 KB
Conteggio Installazioni 30,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-10-26
Data di Pubblicazione 2018-10-26
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://displaynote.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://displaynote.com/
URL della Pagina della Politica sulla Privacy https://www.displaynote.com/wp-content/uploads/2016/02/Privacy-Policy_website.pdf
Lingue Supportate 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"
    ]
}