HanVision desktopCapture

chrome desktopCapture extension

What is HanVision desktopCapture?

HanVision desktopCapture is a Chrome extension developed by HanVision, and its main feature is "chrome desktopCapture extension".

Extension Screenshots

screenshot

Download HanVision desktopCapture Extension CRX File

Download HanVision desktopCapture 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

                        content-script.js matches add *.evs.jp                    

Extension Basic Information

Name HanVision desktopCapture HanVision desktopCapture
ID jinlogdpegfmpgohmfoacfhngafbelae
Official URL https://chrome.google.com/webstore/detail/hanvision-desktopcapture/jinlogdpegfmpgohmfoacfhngafbelae
Description chrome desktopCapture extension
File Size 6.14 KB
Installation Count 29
Current Version 2.19.2.21
Last Updated 2019-02-21
Publish Date 2019-02-21
Developer HanVision
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HanVision desktopCapture",
    "author": "HanVision",
    "version": "2.19.2.21",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "chrome desktopCapture extension",
    "homepage_url": "https:\/\/mesh.hanvision.xyz\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.hanvision.xyz\/*",
                "https:\/\/*.celevio.com\/*",
                "https:\/\/*.evs.jp\/*"
            ]
        }
    ],
    "icons": {
        "64": "desktop.png"
    },
    "permissions": [
        "desktopCapture",
        "nativeMessaging"
    ],
    "web_accessible_resources": [
        "desktop.png"
    ]
}