Exentriq Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
Exentriq Desktop Streamer là gì?
Exentriq Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi https://talk.exentriq.com, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.".
Ả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 Exentriq Desktop Streamer
Tải xuống các tệp mở rộng Exentriq Desktop Streamer 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
Exentriq Meet allows to have your communication tools all in one place and fully integrated with your favorite automation apps. With Exentriq Meet you can share your screen as well as a Prezi presentations or Exentriq presentations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Exentriq Desktop Streamer |
ID | mkaenpdiljjlapjnnnkdihfmmdpheddo |
URL Chính Thức | https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo |
Mô tả | A simple extension that allows you to stream your desktop into meetings with Exentriq Meet. |
Kích Thước Tệp | 20.8 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 0.1.9 |
Cập Nhật Lần Cuối | 2017-02-09 |
Ngày Phát Hành | 2017-02-09 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://talk.exentriq.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.exentriq.com/terms |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Exentriq Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.", "version": "0.1.9", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/talk-stage.exentriq.com\/*", "*:\/\/talk.exentriq.com\/*", "*:\/\/meet.exentriq.com\/*" ] } } |