ConnectUs Screen Capture
This extension allows ConnectUs WebRTC connections to use the screen as a video source.
Was ist ConnectUs Screen Capture?
ConnectUs Screen Capture ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows ConnectUs WebRTC connections to use the screen as a video source.".
Erweiterungsscreenshots
ConnectUs Screen Capture-Erweiterungs-CRX-Datei herunterladen
Laden Sie ConnectUs Screen Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows WebRTC connections to use the screen as a video source. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bjgaeafjccihokdokhidiphjimncmkcj |
| Offizielle URL | https://chromewebstore.google.com/detail/connectus-screen-capture/bjgaeafjccihokdokhidiphjimncmkcj |
| Beschreibung | This extension allows ConnectUs WebRTC connections to use the screen as a video source. |
| Dateigröße | 375 KB |
| Installationsanzahl | 18 |
| Aktuelle Version | 3.0.0 |
| Letztes Update | 2017-06-23 |
| Veröffentlichungsdatum | 2017-06-23 |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |