Nielsen-dev - Contact Screen Sharing

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

Wat is Nielsen-dev - Contact Screen Sharing?

Nielsen-dev - Contact Screen Sharing is een Chrome-extensie ontwikkeld door thati.java, en de belangrijkste functie is "localhost It doesn't do anything except capture content of your screen.".

Download het CRX-bestand van de extensie Nielsen-dev - Contact Screen Sharing

Download Nielsen-dev - Contact Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Nielsen-dev - Contact Screen Sharing Nielsen-dev - Contact Screen Sharing
ID mgofpakdnjjbhhalfehejbmnaonlbcgh
Officiële URL https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh
Beschrijving localhost It doesn't do anything except capture content of your screen.
Bestandsgrootte 10.8 KB
Aantal Installaties 39
Huidige Versie 1.2
Laatst Bijgewerkt 2015-08-26
Publicatiedatum 2015-08-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar thati.java
Betalingswijze free
Ondersteunde Talen 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"
    ]
}