Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Vibe Desktop Streamer란 무엇입니까?
Vibe Desktop Streamer은(는) https://ltt096-36.science.upjs.sk/webrtc/dist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client."입니다.
Vibe Desktop Streamer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
공식 URL | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
설명 | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
파일 크기 | 8.36 KB |
설치 횟수 | 30 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2018-05-15 |
출시 날짜 | 2018-05-15 |
개발자 | https://ltt096-36.science.upjs.sk/webrtc/dist |
결제 유형 | free |
지원되는 언어 | 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" } |