Nielsen-dev - Contact Screen Sharing

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

Qu'est-ce que Nielsen-dev - Contact Screen Sharing ?

Nielsen-dev - Contact Screen Sharing est une extension Chrome développée par thati.java, et sa fonction principale est "localhost It doesn't do anything except capture content of your screen.".

Télécharger le fichier CRX de l'extension Nielsen-dev - Contact Screen Sharing

Téléchargez les fichiers d'extension Nielsen-dev - Contact Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Nielsen-dev - Contact Screen Sharing Nielsen-dev - Contact Screen Sharing
ID mgofpakdnjjbhhalfehejbmnaonlbcgh
URL Officiel https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh
Description localhost It doesn't do anything except capture content of your screen.
Taille du Fichier 10.8 KB
Nombre d'Installations 39
Version Actuelle 1.2
Dernière Mise à Jour 2015-08-26
Date de Publication 2015-08-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur thati.java
Type de Paiement free
Langues Prises en Charge 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"
    ]
}