Mind Screen Sharing

Mind Screen Sharing extension

What is Mind Screen Sharing?

Mind Screen Sharing is a Chrome extension developed by googleplay, and its main feature is "Mind Screen Sharing extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mind Screen Sharing Extension CRX File

Download Mind Screen Sharing 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

                        Плагин позволяет публиковать экран удаленному пользователю                    

Extension Basic Information

Name Mind Screen Sharing Mind Screen Sharing
ID khllaogjfcmonmmklkjpjapolbaapcdc
Official URL https://chromewebstore.google.com/detail/mind-screen-sharing/khllaogjfcmonmmklkjpjapolbaapcdc
Description Mind Screen Sharing extension
File Size 16.3 KB
Installation Count 39,944
Current Version 1.2
Last Updated 2018-07-24
Publish Date 2018-07-24
Rating 3.90/5 Total 10 Ratings
Developer googleplay
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mind Screen Sharing",
    "version": "1.2",
    "version_name": "1.2",
    "description": "Mind Screen Sharing extension",
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ]
}