ZipSocket Screen Sharing Extension
Chrome extension for enabling screen sharing
ZipSocket Screen Sharing Extension란 무엇입니까?
ZipSocket Screen Sharing Extension은(는) https://zipsocket.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for enabling screen sharing"입니다.
확장 프로그램 스크린샷
ZipSocket Screen Sharing Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this free screen sharing extension, you can share your desktop, window, or tab at ZipSocket.com. ZipSocket is the easiest way to share content with customers while on the phone or in the same room. No accounts, downloads, or logins. By listening to the voices and sounds in the conversation, we can determine that participants are in the same meeting. * Tell all participants of the conversation to go to ZipSocket.com and click on our logo to connect. * Enter your name to introduce yourself. * Pick the content to share in the “Meeting Content” area: select “Website” and enter a URL to share a web page, or select “Screen” and click on “Monitor”, “Window”, or “Chrome Tab” to share your screen. You can control which content is presented in the meeting content area. Now, you can make sure everyone is on the same page. Working with customers, clients, or teams is even easier. .
확장 프로그램 기본 정보
이름 | ZipSocket Screen Sharing Extension |
ID | jdibiihpgpipfpjncbkabgecfemnbmol |
공식 URL | https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol |
설명 | Chrome extension for enabling screen sharing |
파일 크기 | 11.16 KB |
설치 횟수 | 27 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-08-08 |
출시 날짜 | 2017-08-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://zipsocket.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zipsocket.com/howto |
도움말 페이지 URL | https://zipsocket.com/faq |
개인정보 보호 정책 페이지 URL | https://zipsocket.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZipSocket Screen Sharing Extension", "short_name": "ZS Screen Share", "description": "Chrome extension for enabling screen sharing", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "45", "homepage_url": "https:\/\/zipsocket.com\/", "icons": { "16": "zsIcon16.png", "32": "zsIcon32.png", "48": "zsIcon48.png", "128": "zsIcon128.png" }, "permissions": [ "desktopCapture", "https:\/\/zipsocket.com\/*" ], "background": { "scripts": [ "background.min.js" ], "matches": [ "https:\/\/zipsocket.com\/*", "http:\/\/localhost\/*" ] }, "externally_connectable": { "matches": [ "https:\/\/zipsocket.com\/*", "http:\/\/localhost\/*" ] } } |