Warpwire Screen Capture

This screen capturing extension allows for the capture of screen or application window data into Warpwire.

What is Warpwire Screen Capture?

Warpwire Screen Capture is a Chrome extension developed by warpwiredev, and its main feature is "This screen capturing extension allows for the capture of screen or application window data into Warpwire.".

Extension Screenshots

screenshot

Download Warpwire Screen Capture Extension CRX File

Download Warpwire 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

                        Warpwire Screen Capture is a free extension that allows Warpwire users to record their screens and save the recording to Warpwire, without leaving the browser. 

This extension is required for Screen Capture within Warpwire. Any Warpwire user who is interested in screen capture should install this plugin.

Users can record either an individual window, or their entire screen. Simply install the extension and make a recording. 

* Screen Capture within the Browser
* Save recordings directly to Warpwire Media Libraries
* Record entire screen or single window
* Use native camera and mic, or attached USB cameras and mic                    

Extension Basic Information

Name Warpwire Screen Capture Warpwire Screen Capture
ID iljpecogeagjijkjnnghgapofcdejmej
Official URL https://chromewebstore.google.com/detail/warpwire-screen-capture/iljpecogeagjijkjnnghgapofcdejmej
Description This screen capturing extension allows for the capture of screen or application window data into Warpwire.
File Size 11.67 KB
Installation Count 617
Current Version 1.0.0
Last Updated 2017-10-05
Publish Date 2017-10-05
Rating 4.00/5 Total 5 Ratings
Developer warpwiredev
Payment Type free
Extension Website https://www.warpwire.com/
Help Page URL https://www.warpwire.com/support/capture/screen-capture
Privacy Policy Page URL https://www.warpwire.com/legal/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Warpwire Screen Capture",
    "author": "Warpwire",
    "version": "1.0.0",
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This screen capturing extension allows for the capture of screen or application window data into Warpwire.",
    "homepage_url": "https:\/\/www.warpwire.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/bootstrap.warpwire.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon-48.png",
        "icon-128.png"
    ]
}