Nielsen-dev - Contact Screen Sharing

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

Co to jest Nielsen-dev - Contact Screen Sharing?

Nielsen-dev - Contact Screen Sharing to rozszerzenie Chrome opracowane przez thati.java, a jego główną funkcją jest „localhost It doesn't do anything except capture content of your screen.”.

Pobierz plik CRX rozszerzenia Nielsen-dev - Contact Screen Sharing

Pobierz pliki rozszerzeń Nielsen-dev - Contact Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Nielsen-dev - Contact Screen Sharing Nielsen-dev - Contact Screen Sharing
ID mgofpakdnjjbhhalfehejbmnaonlbcgh
Oficjalny URL https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh
Opis localhost It doesn't do anything except capture content of your screen.
Rozmiar pliku 10.8 KB
Liczba instalacji 39
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-08-26
Data Publikacji 2015-08-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper thati.java
Typ Płatności free
Obsługiwane Języki 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"
    ]
}