Comcast Desktop Sharing for Slack
A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
Comcast Desktop Sharing for Slack là gì?
Comcast Desktop Sharing for Slack là một tiện ích mở rộng Chrome được phát triển bởi https://yak.comcast.net, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0".
Ả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 Comcast Desktop Sharing for Slack
Tải xuống các tệp mở rộng Comcast Desktop Sharing for Slack 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
A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Comcast Desktop Sharing for Slack |
ID | kbfkfbbpgjoanmbplgclejgcecpmjabh |
URL Chính Thức | https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh |
Mô tả | A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0 |
Kích Thước Tệp | 18.49 KB |
Số Lần Cài Đặt | 308 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2016-07-18 |
Ngày Phát Hành | 2016-07-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://yak.comcast.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comcast Desktop Sharing for Slack", "description": "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0", "version": "0.1.0", "minimum_chrome_version": "34", "icons": { "16": "comcast-logo-16x16.png", "48": "comcast-logo-48x48.png", "128": "comcast-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/yak.comcast.net\/*" ] } } |