KZO Screen Capture
This WebRTC screen capturing extension can be used within KZO APP.
What is KZO Screen Capture?
KZO Screen Capture is a Chrome extension developed by Unknown, and its main feature is "This WebRTC screen capturing extension can be used within KZO APP.".
Extension Screenshots
Download KZO Screen Capture Extension CRX File
Download KZO 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 chrome extension allows for KZO and gomoVideo customers to create screen capture videos with the product.
Extension Basic Information
Name | KZO Screen Capture |
ID | eekmbglmbjmoaladfknpcnmpidpcfbif |
Official URL | https://chromewebstore.google.com/detail/kzo-screen-capture/eekmbglmbjmoaladfknpcnmpidpcfbif |
Description | This WebRTC screen capturing extension can be used within KZO APP. |
File Size | 36.08 KB |
Installation Count | 145 |
Current Version | 1 |
Last Updated | 2018-09-11 |
Publish Date | 2018-09-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KZO Screen Capture", "author": "KZO Innovations", "version": "1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within KZO APP.", "homepage_url": "https:\/\/kzoinnovations.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "kzo-snap-logo-32.png" }, "icons": { "32": "kzo-snap-logo-32.png", "48": "kzo-snap-logo-48.png", "128": "kzo-snap-logo-128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "kzo-snap-logo-32.png", "kzo-snap-logo-48.png", "kzo-snap-logo-128.png" ] } |