LiveH2H - Screenshare & Recording Extension

Screenshare & Recording Extension

What is LiveH2H - Screenshare & Recording Extension?

LiveH2H - Screenshare & Recording Extension is a Chrome extension developed by https://liveh2h.com, and its main feature is "Screenshare & Recording Extension".

Extension Screenshots

screenshot

Download LiveH2H - Screenshare & Recording Extension Extension CRX File

Download LiveH2H - Screenshare & Recording Extension 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

                        Screenshare Extension                    

Extension Basic Information

Name LiveH2H - Screenshare & Recording Extension LiveH2H - Screenshare & Recording Extension
ID lmfefbfbmlknjfhmopclennialmpdbpj
Official URL https://chrome.google.com/webstore/detail/liveh2h-screenshare-recor/lmfefbfbmlknjfhmopclennialmpdbpj
Description Screenshare & Recording Extension
File Size 10.84 KB
Installation Count 213
Current Version 1.0.6
Last Updated 2018-11-15
Publish Date 2018-11-15
Rating 4.50/5 Total 2 Ratings
Developer https://liveh2h.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://app.liveh2h.com/meet/terms.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiveH2H - Screenshare & Recording Extension",
    "short_name": "Meet anyone, anytime, anywhere, Free",
    "description": "Screenshare & Recording Extension",
    "version": "1.0.6",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        ""
    ]
}