FevTutor 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 FevTutor Desktop Sharing?
FevTutor Desktop Sharing to rozszerzenie Chrome opracowane przez FocusEduvation, 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.”.
Pobierz plik CRX rozszerzenia FevTutor Desktop Sharing
Pobierz pliki rozszerzeń FevTutor 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | chnfckdgcolmpchcdjkoemdjffkiceac |
| Oficjalny URL | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
| Opis | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
| Rozmiar pliku | 69.21 KB |
| Liczba instalacji | 20 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2016-09-30 |
| Data Publikacji | 2016-09-30 |
| Deweloper | FocusEduvation |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.fevtutor.com |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FevTutor Desktop Sharing",
"author": "FevTutor",
"version": "1.1",
"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.fevtutor.com",
"background": {
"scripts": [
"websocket.js",
"RTCMultiConnection.min.js",
"CodecsHandler.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"
],
"web_accessible_resources": [
"images\/desktopCapture48.png"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |