webrtc Hangout
testing
Wat is webrtc Hangout?
webrtc Hangout is een Chrome-extensie ontwikkeld door https://xplat.hangout.comcast.net, en de belangrijkste functie is "testing".
Download het CRX-bestand van de extensie webrtc Hangout
Download webrtc Hangout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
webrtc hangout desktop sharing
Basisinformatie over de Extensie
Naam | ![]() |
ID | hcmcjlpceanonhiahklocicgmhacjmac |
Officiële URL | https://chrome.google.com/webstore/detail/webrtc-hangout/hcmcjlpceanonhiahklocicgmhacjmac |
Beschrijving | testing |
Bestandsgrootte | 2.07 MB |
Aantal Installaties | 46 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-07-09 |
Publicatiedatum | 2015-07-09 |
Ontwikkelaar | https://xplat.hangout.comcast.net |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |