Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Vibe Desktop Streamer là gì?
Vibe Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi https://ltt096-36.science.upjs.sk/webrtc/dist, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".
Tải xuống tệp CRX của tiện ích mở rộng Vibe Desktop Streamer
Tải xuống các tệp mở rộng Vibe 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 | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
URL Chính Thức | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
Mô tả | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
Kích Thước Tệp | 8.36 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2018-05-15 |
Ngày Phát Hành | 2018-05-15 |
Nhà Phát Triển | https://ltt096-36.science.upjs.sk/webrtc/dist |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.", "externally_connectable": { "matches": [ "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*", "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*", "*:\/\/vibe.ezuce.com\/webrtc\/*" ] }, "icons": { "128": "viewme-logo-128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Vibe Desktop Streamer", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |