Comcast Desktop Sharing for Slack
A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
Cos'è Comcast Desktop Sharing for Slack?
Comcast Desktop Sharing for Slack è un'estensione di Chrome sviluppata da https://yak.comcast.net, e la sua funzione principale è "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Comcast Desktop Sharing for Slack
Scarica i file di estensione Comcast Desktop Sharing for Slack 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
A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0 Informazioni di Base sull'Estensione
| Nome | |
| ID | kbfkfbbpgjoanmbplgclejgcecpmjabh |
| URL Ufficiale | https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh |
| Descrizione | A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0 |
| Dimensione del File | 18.49 KB |
| Conteggio Installazioni | 308 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2016-07-18 |
| Data di Pubblicazione | 2016-07-18 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://yak.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": "Comcast Desktop Sharing for Slack",
"description": "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0",
"version": "0.1.0",
"minimum_chrome_version": "34",
"icons": {
"16": "comcast-logo-16x16.png",
"48": "comcast-logo-48x48.png",
"128": "comcast-logo-128x128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/yak.comcast.net\/*"
]
}
} | |