FevTutor Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
Was ist FevTutor Desktop Sharing?
FevTutor Desktop Sharing ist eine Chrome-Erweiterung, die von FocusEduvation entwickelt wurde, und ihr Hauptmerkmal ist "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.".
FevTutor Desktop Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie FevTutor Desktop Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | FevTutor Desktop Sharing |
ID | chnfckdgcolmpchcdjkoemdjffkiceac |
Offizielle URL | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
Beschreibung | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
Dateigröße | 69.21 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-09-30 |
Veröffentlichungsdatum | 2016-09-30 |
Entwickler | FocusEduvation |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.fevtutor.com |
Unterstützte Sprachen | 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 } } |