FevTutor Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
Cos'è FevTutor Desktop Sharing?
FevTutor Desktop Sharing è un'estensione di Chrome sviluppata da FocusEduvation, e la sua funzione principale è "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.".
Scarica il file CRX dell'estensione FevTutor Desktop Sharing
Scarica i file di estensione FevTutor Desktop Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | FevTutor Desktop Sharing |
ID | chnfckdgcolmpchcdjkoemdjffkiceac |
URL Ufficiale | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
Descrizione | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
Dimensione del File | 69.21 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-09-30 |
Data di Pubblicazione | 2016-09-30 |
Sviluppatore | FocusEduvation |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.fevtutor.com |
Lingue Supportate | 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 } } |