Nielsen-dev - Contact Screen Sharing

localhost It doesn't do anything except capture content of your screen.

What is Nielsen-dev - Contact Screen Sharing?

Nielsen-dev - Contact Screen Sharing is a Chrome extension developed by thati.java, and its main feature is "localhost It doesn't do anything except capture content of your screen.".

Download Nielsen-dev - Contact Screen Sharing Extension CRX File

Download Nielsen-dev - Contact 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 Nielsen-dev - Contact Screen Sharing Nielsen-dev - Contact Screen Sharing
ID mgofpakdnjjbhhalfehejbmnaonlbcgh
Official URL https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh
Description localhost It doesn't do anything except capture content of your screen.
File Size 10.8 KB
Installation Count 39
Current Version 1.2
Last Updated 2015-08-26
Publish Date 2015-08-26
Rating 5.00/5 Total 1 Ratings
Developer thati.java
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nielsen-dev - Contact Screen Sharing",
    "author": "Nielsen, Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "localhost It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/dayrhetsld003:8443\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/dayrhetsld003:8443\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo16.png"
    ]
}