ConnectUs Screen Capture
This extension allows ConnectUs WebRTC connections to use the screen as a video source.
Cos'è ConnectUs Screen Capture?
ConnectUs Screen Capture è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension allows ConnectUs WebRTC connections to use the screen as a video source.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ConnectUs Screen Capture
Scarica i file di estensione ConnectUs Screen Capture 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 allows WebRTC connections to use the screen as a video source.
Informazioni di Base sull'Estensione
Nome | ConnectUs Screen Capture |
ID | bjgaeafjccihokdokhidiphjimncmkcj |
URL Ufficiale | https://chromewebstore.google.com/detail/connectus-screen-capture/bjgaeafjccihokdokhidiphjimncmkcj |
Descrizione | This extension allows ConnectUs WebRTC connections to use the screen as a video source. |
Dimensione del File | 375 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 3.0.0 |
Ultimo Aggiornamento | 2017-06-23 |
Data di Pubblicazione | 2017-06-23 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ConnectUs Screen Capture", "version": "3.0.0", "description": "This extension allows ConnectUs WebRTC connections to use the screen as a video source.", "icons": { "16": "ic-16.png", "32": "ic-32.png", "48": "ic-48.png", "128": "ic-128.png" }, "author": "ConnectUs", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "http:\/\/connectuscom.com\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "ic-16.png", "ic-32.png", "ic-48.png", "ic-128.png" ] } |