DisplayNote Extension
Join a DisplayNote session to share your screen and content.
DisplayNote Extension क्या है?
DisplayNote Extension http://displaynote.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Join a DisplayNote session to share your screen and content."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DisplayNote Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dbfegieohdkcnaomlgefdlpnbdhiiknh |
आधिकारिक URL | 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" ] } |