Pychat Screensharing Extension
This extension allows to shareScreen during a call for pychat.org.
O que é Pychat Screensharing Extension?
Pychat Screensharing Extension é uma extensão do Chrome desenvolvida por deathangel908, e sua principal característica é "This extension allows to shareScreen during a call for pychat.org.".
Baixar o arquivo CRX da Extensão Pychat Screensharing Extension
Baixe arquivos de extensão Pychat Screensharing Extension 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
You need to share a screen? Applications like teamviewer/skype requires installation or some setup, or your friend may not have it. Then https://pychat.org is for you. Just make a call with your fellow, and click on share screen button.
Informações Básicas da Extensão
Nome | ![]() |
ID | cnlplcfdldebgdlcmpkafcialnbopedn |
URL Oficial | https://chrome.google.com/webstore/detail/pychat-screensharing-exte/cnlplcfdldebgdlcmpkafcialnbopedn |
Descrição | This extension allows to shareScreen during a call for pychat.org. |
Tamanho do Arquivo | 7.56 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-12-24 |
Data de Publicação | 2017-12-24 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | deathangel908 |
Tipo de Pagamento | free |
Site da Extensão | https://pychat.org |
URL da Página de Ajuda | https://github.com/Deathangel908/djangochat/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pychat Screensharing Extension", "description": "This extension allows to shareScreen during a call for pychat.org.", "version": "1.0.1", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk2Ad9n6KHqF5MZ9lR9scs2b5LqeBXoBwWCwoTUYekVqKnytVHr1p0j6oR0bme6AFkSVDAMMK0NtP2+J7\/ZKHJoX+GDxUc9+av8auIbu2asEPtHv05TAMWpkmD0CRReYQnZJfpRYm65gIrNyrqbi8SgEAxdp3vxfQ2ctXPiM9Zpya10ofee7250YCrfUTo6Pn2sygt8yMtcz\/mu\/t2tNFcK0LVt7H98eFAnm94nYUvzGT7thTDpK6zyrHYRHnNaoRg2a6miNywuM2T64SqgD5EtmP7bKzBAWQdgYGOj7vv+5Hj244Gb35mghU0UjhQQzPWNyXaTF1JVG\/+txqD3ZMCQIDAQAB", "author": "[email protected] https:\/\/github.com\/Deathangel908", "manifest_version": 2, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/pychat.org\/*" ] }, "permissions": [ "desktopCapture", "tabs" ] } |