CTV Screen Sharing
CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
Cos'è CTV Screen Sharing?
CTV Screen Sharing è un'estensione di Chrome sviluppata da https://click-to-video.com, e la sua funzione principale è "CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CTV Screen Sharing
Scarica i file di estensione CTV Screen 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
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Informazioni di Base sull'Estensione
Nome | CTV Screen Sharing |
ID | kohfoaokpnbibffipkhanldhanejlgpm |
URL Ufficiale | https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm |
Descrizione | CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones. |
Dimensione del File | 99.59 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2016-12-16 |
Data di Pubblicazione | 2016-12-16 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | https://click-to-video.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CTV Screen Sharing", "author": "NetStairs", "version": "1.6", "manifest_version": 2, "minimum_chrome_version": "34", "description": "CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.", "homepage_url": "https:\/\/www.click-to-video.com\/", "background": { "scripts": [ "websocket.js", "RTCMultiConnection.min.js", "CodecsHandler.js", "desktop-capturing.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "CTV Screen Sharing" }, "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 } } |