WebRTC Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
Co to jest WebRTC Desktop Sharing?
WebRTC Desktop Sharing to rozszerzenie Chrome opracowane przez https://www.snappshott.co.za, a jego główną funkcją jest „WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WebRTC Desktop Sharing
Pobierz pliki rozszerzeń WebRTC Desktop Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Snappshott browser tab sharing app
Podstawowe informacje o rozszerzeniu
Nazwa | WebRTC Desktop Sharing |
ID | engpcombbmmmmfpbekphjkjnknopmjpk |
Oficjalny URL | https://chromewebstore.google.com/detail/webrtc-desktop-sharing/engpcombbmmmmfpbekphjkjnknopmjpk |
Opis | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
Rozmiar pliku | 83.53 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 2.7 |
Ostatnia Aktualizacja | 2017-04-08 |
Data Publikacji | 2017-04-08 |
Deweloper | https://www.snappshott.co.za |
Typ Płatności | free |
Strona Rozszerzenia | https://www.snappshott.co.za/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebRTC Desktop Sharing", "author": "Snappshott", "version": "2.7", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.", "homepage_url": "https:\/\/www.snappshott.co.za\/", "background": { "scripts": [ "websocket.js", "RTCMultiConnection.min.js", "CodecsHandler.js", "IceServersHandler.js", "desktop-capturing.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "Share Desktop!" }, "icons": { "16": "images\/desktopCapture16.png", "22": "images\/desktopCapture22.png", "32": "images\/desktopCapture32.png", "48": "images\/desktopCapture48.png", "128": "images\/desktopCapture128.png" }, "permissions": [ "desktopCapture", "storage", "tabs", " |