Noysi Screen Sharing
This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
O que é Noysi Screen Sharing?
Noysi Screen Sharing é uma extensão do Chrome desenvolvida por https://noysi.com, e sua principal característica é "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Noysi Screen Sharing
Baixe arquivos de extensão Noysi 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
Noysi Screen Sharing is now available! Install the plugin Now ;) Noysi is a platform which will make your communication easier and more effective among team members, employees around the world, customers, agencies, consultants, other providers, and much more. Noysi - All you need for Teamwork
Informações Básicas da Extensão
Nome | Noysi Screen Sharing |
ID | kijpcamedeaekaahdliijepohnebiami |
URL Oficial | https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami |
Descrição | This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen. |
Tamanho do Arquivo | 12.09 KB |
Contagem de Instalações | 141 |
Versão Atual | 2.0 |
Última Atualização | 2016-11-30 |
Data de Publicação | 2016-11-29 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | https://noysi.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noysi Screen Sharing", "short_name": "Noysi Screen Sharing", "author": "woorea", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for http:\/\/noysi.com and it doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/noysi.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.noysi.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |