DisplayNote Extension
Join a DisplayNote session to share your screen and content.
¿Qué es DisplayNote Extension?
DisplayNote Extension es una extensión de Chrome desarrollada por http://displaynote.com, y su función principal es "Join a DisplayNote session to share your screen and content.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DisplayNote Extension
Descarga archivos de extensión DisplayNote Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | dbfegieohdkcnaomlgefdlpnbdhiiknh |
URL Oficial | https://chrome.google.com/webstore/detail/displaynote-extension/dbfegieohdkcnaomlgefdlpnbdhiiknh |
Descripción | Join a DisplayNote session to share your screen and content. |
Tamaño del Archivo | 142 KB |
Cantidad de Instalaciones | 30,000 |
Versión Actual | 1.0.1 |
Última Actualización | 2018-10-26 |
Fecha de Publicación | 2018-10-26 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | http://displaynote.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://displaynote.com/ |
URL de la Página de Política de Privacidad | https://www.displaynote.com/wp-content/uploads/2016/02/Privacy-Policy_website.pdf |
Idiomas Soportados | 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" ] } |