webrtc Hangout
testing
Cos'è webrtc Hangout?
webrtc Hangout è un'estensione di Chrome sviluppata da https://xplat.hangout.comcast.net, e la sua funzione principale è "testing".
Scarica il file CRX dell'estensione webrtc Hangout
Scarica i file di estensione webrtc Hangout 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
webrtc hangout desktop sharing
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | hcmcjlpceanonhiahklocicgmhacjmac |
URL Ufficiale | https://chrome.google.com/webstore/detail/webrtc-hangout/hcmcjlpceanonhiahklocicgmhacjmac |
Descrizione | testing |
Dimensione del File | 2.07 MB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-07-09 |
Data di Pubblicazione | 2015-07-09 |
Sviluppatore | https://xplat.hangout.comcast.net |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "webrtc Hangout", "description": "testing", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/xplat.hangout.comcast.net\/*" ] } } |