FrescoTalk Screen Sharing
It doesn't do anything except capture content of your screen.
O que é FrescoTalk Screen Sharing?
FrescoTalk Screen Sharing é uma extensão do Chrome desenvolvida por Fresco, e sua principal característica é "It doesn't do anything except capture content of your screen.".
Baixar o arquivo CRX da Extensão FrescoTalk Screen Sharing
Baixe arquivos de extensão FrescoTalk 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
Screensharing extension for FrescoTalk
Informações Básicas da Extensão
Nome | FrescoTalk Screen Sharing |
ID | kpaoaanaomlhdkpieefgobjoijcmobko |
URL Oficial | https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko |
Descrição | It doesn't do anything except capture content of your screen. |
Tamanho do Arquivo | 33 KB |
Contagem de Instalações | 52 |
Versão Atual | 2.0 |
Última Atualização | 2016-05-16 |
Data de Publicação | 2016-05-16 |
Desenvolvedor | Fresco |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://talk.fresco.me |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FrescoTalk Screen Sharing", "author": "Fresco", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/talk.fresco.me\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "http:\/\/localhost:9000\/*", "https:\/\/talk.fresco.me\/*", "https:\/\/talk-dev.fresco.me\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |