DisplayNote Extension

Join a DisplayNote session to share your screen and content.

Qu'est-ce que DisplayNote Extension ?

DisplayNote Extension est une extension Chrome développée par http://displaynote.com, et sa fonction principale est "Join a DisplayNote session to share your screen and content.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DisplayNote Extension

Téléchargez les fichiers d'extension DisplayNote Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom DisplayNote Extension DisplayNote Extension
ID dbfegieohdkcnaomlgefdlpnbdhiiknh
URL Officiel https://chrome.google.com/webstore/detail/displaynote-extension/dbfegieohdkcnaomlgefdlpnbdhiiknh
Description Join a DisplayNote session to share your screen and content.
Taille du Fichier 142 KB
Nombre d'Installations 30,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-10-26
Date de Publication 2018-10-26
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://displaynote.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://displaynote.com/
URL de la Page de Politique de Confidentialité https://www.displaynote.com/wp-content/uploads/2016/02/Privacy-Policy_website.pdf
Langues Prises en Charge 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"
    ]
}