ConnectUs Screen Capture
This extension allows ConnectUs WebRTC connections to use the screen as a video source.
Wat is ConnectUs Screen Capture?
ConnectUs Screen Capture is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension allows ConnectUs WebRTC connections to use the screen as a video source.".
Extensie Screenshots
Download het CRX-bestand van de extensie ConnectUs Screen Capture
Download ConnectUs Screen Capture-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
This extension allows WebRTC connections to use the screen as a video source.
Basisinformatie over de Extensie
Naam | ConnectUs Screen Capture |
ID | bjgaeafjccihokdokhidiphjimncmkcj |
Officiële URL | https://chromewebstore.google.com/detail/connectus-screen-capture/bjgaeafjccihokdokhidiphjimncmkcj |
Beschrijving | This extension allows ConnectUs WebRTC connections to use the screen as a video source. |
Bestandsgrootte | 375 KB |
Aantal Installaties | 18 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2017-06-23 |
Publicatiedatum | 2017-06-23 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |