FevTutor Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
Wat is FevTutor Desktop Sharing?
FevTutor Desktop Sharing is een Chrome-extensie ontwikkeld door FocusEduvation, en de belangrijkste functie is "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.".
Download het CRX-bestand van de extensie FevTutor Desktop Sharing
Download FevTutor Desktop Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | chnfckdgcolmpchcdjkoemdjffkiceac |
| Officiële URL | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
| Beschrijving | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
| Bestandsgrootte | 69.21 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2016-09-30 |
| Publicatiedatum | 2016-09-30 |
| Ontwikkelaar | FocusEduvation |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.fevtutor.com |
| Ondersteunde Talen | 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
}
} | |