Let's Talk Screen Sharing Chrome Extension
This Extension provides ability to share screen for Let's Talk application.
Cos'è Let's Talk Screen Sharing Chrome Extension?
Let's Talk Screen Sharing Chrome Extension è un'estensione di Chrome sviluppata da https://hciketi.com, e la sua funzione principale è "This Extension provides ability to share screen for Let's Talk application.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Let's Talk Screen Sharing Chrome Extension
Scarica i file di estensione Let's Talk Screen Sharing Chrome Extension 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
This Extension provides ability to share screen for Let's Talk application and should be used only with Telaverge Let's Talk product.
Informazioni di Base sull'Estensione
Nome | Let's Talk Screen Sharing Chrome Extension |
ID | lkhdkjakccdajilenebimbgionejknpn |
URL Ufficiale | https://chromewebstore.google.com/detail/lets-talk-screen-sharing/lkhdkjakccdajilenebimbgionejknpn |
Descrizione | This Extension provides ability to share screen for Let's Talk application. |
Dimensione del File | 337 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.0.0.3 |
Ultimo Aggiornamento | 2017-10-18 |
Data di Pubblicazione | 2017-10-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://hciketi.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "52", "name": "Let's Talk Screen Sharing Chrome Extension", "permissions": [ "desktopCapture" ], "short_name": "Let's Talk ScreenShare", "version": "1.0.0.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "This Extension provides ability to share screen for Let's Talk application.", "externally_connectable": { "matches": [ "https:\/\/*.hciketi.com\/*", "https:\/\/*.proximie.com\/*", "https:\/\/*.ciketi.com\/*" ] }, "icons": { "128": "conf-logo-128x128.png", "48": "conf-logo-48x48.png", "16": "conf-logo-16x16.png" }, "browser_action": { "default_icon": "conf-logo-16x16.png" } } |