Near Real Screen Sharing

New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.

What is Near Real Screen Sharing?

Near Real Screen Sharing is a Chrome extension developed by https://videoneukkari.com, and its main feature is "New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.".

Download Near Real Screen Sharing Extension CRX File

Download Near Real 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

                        Screen sharing extension for Near Real Ltd products.                    

Extension Basic Information

Name Near Real Screen Sharing Near Real Screen Sharing
ID hbacjpbpkgojnncjmehkdaolbjjemhdi
Official URL https://chromewebstore.google.com/detail/near-real-screen-sharing/hbacjpbpkgojnncjmehkdaolbjjemhdi
Description New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.
File Size 26.93 KB
Installation Count 27
Current Version 2.0
Last Updated 2017-08-12
Publish Date 2017-08-12
Rating 5.00/5 Total 2 Ratings
Developer https://videoneukkari.com
Payment Type free
Extension Website http://near-real.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Near Real Screen Sharing",
    "author": "Near Real Ltd",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.",
    "homepage_url": "https:\/\/near-real.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videoneukkari.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}