Montage Extension v2
Multiple devices, people and places connected in a shared workplace
Montage Extension v2 là gì?
Montage Extension v2 là một tiện ích mở rộng Chrome được phát triển bởi https://www.joinmontage.com, và tính năng chính của nó là "Multiple devices, people and places connected in a shared workplace".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Montage Extension v2
Tải xuống các tệp mở rộng Montage Extension v2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mpfgamfhbnkdlocljebgimgegccjglcd |
URL Chính Thức | https://chrome.google.com/webstore/detail/montage-extension-v2/mpfgamfhbnkdlocljebgimgegccjglcd |
Mô tả | Multiple devices, people and places connected in a shared workplace |
Kích Thước Tệp | 10 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2018-10-23 |
Ngày Phát Hành | 2018-10-23 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.joinmontage.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.displaynote.com |
URL Trang Trợ Giúp | https://support.displaynote.com/hc/en-us/categories/200554881-Montage |
URL Trang Chính Sách Bảo Mật | https://www.displaynote.com/wp-content/uploads/2016/02/Privacy-Policy_website.pdf |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "34", "name": "Montage Extension v2", "version": "2.1.1", "short_name": "Montage", "description": "Multiple devices, people and places connected in a shared workplace", "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\/*", "https:\/\/*.joinmontage.com\/*", "*:\/\/localhost\/*" ] }, "web_accessible_resources": [ "images\/icon48.png", "js\/popup.js" ] } |