DisplayNote Extension
Join a DisplayNote session to share your screen and content.
DisplayNote Extensionคืออะไร?
DisplayNote Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://displaynote.com และคุณลักษณะหลักของมันคือ "Join a DisplayNote session to share your screen and content."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DisplayNote Extension
ดาวน์โหลดไฟล์ส่วนขยาย DisplayNote Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |