Unify Screen Capture
This extension allows Unify WebRTC connections to use the screen as a video source.
What is Unify Screen Capture?
Unify Screen Capture is a Chrome extension developed by https://www.unify.com, and its main feature is "This extension allows Unify WebRTC connections to use the screen as a video source.".
Extension Screenshots
Download Unify Screen Capture Extension CRX File
Download Unify Screen Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows Unify WebRTC connections to use the screen as a video source.
Extension Basic Information
Name | |
ID | habmbajnacidcciecdkkablilolhkopd |
Official URL | https://chromewebstore.google.com/detail/unify-screen-capture/habmbajnacidcciecdkkablilolhkopd |
Description | This extension allows Unify WebRTC connections to use the screen as a video source. |
File Size | 7.63 KB |
Installation Count | 43 |
Current Version | 1.0.0 |
Last Updated | 2023-12-05 |
Publish Date | 2019-05-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.unify.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://unify.com/en/privacy-policy |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unify Screen Capture", "version": "1.0.0", "description": "This extension allows Unify WebRTC connections to use the screen as a video source.", "icons": { "16": "screencapture_16.png", "32": "screencapture_32.png", "48": "screencapture_48.png", "128": "screencapture_128.png" }, "author": "Unify Communications and Collaboration GmbH & Co. KG", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/www.unify.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "screencapture_16.png", "screencapture_32.png", "screencapture_48.png", "screencapture_128.png" ] } |