Pychat Screensharing Extension
This extension allows to shareScreen during a call for pychat.org.
Pychat Screensharing Extension란 무엇입니까?
Pychat Screensharing Extension은(는) deathangel908에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows to shareScreen during a call for pychat.org."입니다.
Pychat Screensharing Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | ![]() |
ID | cnlplcfdldebgdlcmpkafcialnbopedn |
공식 URL | https://chrome.google.com/webstore/detail/pychat-screensharing-exte/cnlplcfdldebgdlcmpkafcialnbopedn |
설명 | This extension allows to shareScreen during a call for pychat.org. |
파일 크기 | 7.56 KB |
설치 횟수 | 14 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2017-12-24 |
출시 날짜 | 2017-12-24 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | deathangel908 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pychat.org |
도움말 페이지 URL | https://github.com/Deathangel908/djangochat/issues |
지원되는 언어 | 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" ] } |