Nielsen-dev - Contact Screen Sharing
localhost It doesn't do anything except capture content of your screen.
Cos'è Nielsen-dev - Contact Screen Sharing?
Nielsen-dev - Contact Screen Sharing è un'estensione di Chrome sviluppata da thati.java, e la sua funzione principale è "localhost It doesn't do anything except capture content of your screen.".
Scarica il file CRX dell'estensione Nielsen-dev - Contact Screen Sharing
Scarica i file di estensione Nielsen-dev - Contact Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | mgofpakdnjjbhhalfehejbmnaonlbcgh |
URL Ufficiale | https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh |
Descrizione | localhost It doesn't do anything except capture content of your screen. |
Dimensione del File | 10.8 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-08-26 |
Data di Pubblicazione | 2015-08-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | thati.java |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |