Atlassian Video Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Atlassian Video.
Atlassian Video Desktop Streamer là gì?
Atlassian Video Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi https://atlassian.video, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings with Atlassian Video.".
Tải xuống tệp CRX của tiện ích mở rộng Atlassian Video Desktop Streamer
Tải xuống các tệp mở rộng Atlassian Video 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | anpnoalppafieckfadhancmmchhecmok |
URL Chính Thức | https://chromewebstore.google.com/detail/atlassian-video-desktop-s/anpnoalppafieckfadhancmmchhecmok |
Mô tả | A simple extension that allows you to stream your desktop into meetings with Atlassian Video. |
Kích Thước Tệp | 4.21 KB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 0.1.6.1 |
Cập Nhật Lần Cuối | 2016-12-13 |
Ngày Phát Hành | 2016-12-13 |
Nhà Phát Triển | https://atlassian.video |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Atlassian Video Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Atlassian Video.", "version": "0.1.6.1", "minimum_chrome_version": "34", "icons": [], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/*.atlassian.video\/*", "*:\/\/pawel.jitsi.net\/*", "*:\/\/hristo.jitsi.net\/*" ] } } |