ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
ConexED Screen Sharing là gì?
ConexED Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://conexed.com, và tính năng chính của nó là "Chrome screen sharing extension for the ConexED platform".
Ả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 ConexED Screen Sharing
Tải xuống các tệp mở rộng ConexED Screen Sharing 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
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ConexED Screen Sharing |
ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
URL Chính Thức | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
Mô tả | Chrome screen sharing extension for the ConexED platform |
Kích Thước Tệp | 15.6 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.7.3 |
Cập Nhật Lần Cuối | 2018-09-26 |
Ngày Phát Hành | 2018-09-26 |
Đánh Giá | 4.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://conexed.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://conexed.com |
URL Trang Trợ Giúp | https://blog.conexed.com/help-center/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConexED Screen Sharing", "version": "1.7.3", "manifest_version": 2, "description": "Chrome screen sharing extension for the ConexED platform", "background": { "page": "background.html", "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ] }, "icons": { "16": "images\/16x16-C.png", "32": "images\/32x32-C.png", "48": "images\/48x48-C.png", "128": "images\/128x128-C.png" }, "permissions": [ "desktopCapture", "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ], "web_accessible_resources": [ "images\/48x48-C.png" ] } |