FevTutor Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
Co je FevTutor Desktop Sharing?
FevTutor Desktop Sharing je rozšíření Chrome vyvinuté FocusEduvation, a jeho hlavní funkcí je „WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.“.
Stáhnout soubor CRX rozšíření FevTutor Desktop Sharing
Stáhněte si soubory rozšíření FevTutor Desktop Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
| Název | |
| ID | chnfckdgcolmpchcdjkoemdjffkiceac |
| Oficiální URL | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
| Popis | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
| Velikost souboru | 69.21 KB |
| Počet instalací | 20 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2016-09-30 |
| Datum Vydání | 2016-09-30 |
| Vývojář | FocusEduvation |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://www.fevtutor.com |
| Podporované Jazyky | 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
}
} | |