Nielsen-dev - Contact Screen Sharing
localhost It doesn't do anything except capture content of your screen.
O que é Nielsen-dev - Contact Screen Sharing?
Nielsen-dev - Contact Screen Sharing é uma extensão do Chrome desenvolvida por thati.java, e sua principal característica é "localhost It doesn't do anything except capture content of your screen.".
Baixar o arquivo CRX da Extensão Nielsen-dev - Contact Screen Sharing
Baixe arquivos de extensão Nielsen-dev - Contact Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | ![]() |
ID | mgofpakdnjjbhhalfehejbmnaonlbcgh |
URL Oficial | https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh |
Descrição | localhost It doesn't do anything except capture content of your screen. |
Tamanho do Arquivo | 10.8 KB |
Contagem de Instalações | 39 |
Versão Atual | 1.2 |
Última Atualização | 2015-08-26 |
Data de Publicação | 2015-08-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | thati.java |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |