ClypSync
Share clipboard between pc and android phone
ClypSync란 무엇입니까?
ClypSync은(는) https://clypsync.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share clipboard between pc and android phone"입니다.
확장 프로그램 스크린샷
ClypSync 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
About the app ClypSync is a tool that allows users share their clipboard between computer and android devices. How does it work? Under the hood ClypSync uses socket.io to enable real-time, bidirectional and event-based communication between your computer and android devices ClypSync only stores clipboard data you share on the app onto the cloud so that you can get access to previous clips without a hustle What platforms are supported? Clypsync supports android nougat(android 7.0) devices or later. The chrome extension also supports all desktop environments be it Windows, Linux or Mac. Download the app https://play.google.com/store/apps/details?id=com.deedatbilla.clipshare Is the app free? You have 14 days free trial and after that, if you liked the app you can either subscribe yearly or pay a one time fee to have the app forever. :)
확장 프로그램 기본 정보
이름 | ClypSync |
ID | nohnijcnelfamhehknidmbcoblfcllkd |
공식 URL | https://chromewebstore.google.com/detail/clypsync/nohnijcnelfamhehknidmbcoblfcllkd |
설명 | Share clipboard between pc and android phone |
파일 크기 | 91.05 KB |
설치 횟수 | 31 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2021-03-18 |
출시 날짜 | 2021-03-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://clypsync.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://clypsync.com |
도움말 페이지 URL | https://clypsync.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClypSync", "description": "Share clipboard between pc and android phone", "version": "1.0.6", "manifest_version": 2, "background": { "page": "background.html", "persistent": true }, "permissions": [ "storage", "https:\/\/clypsync.herokuapp.com\/", "notifications", "background" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/assets\/icon\/logo.png", "128": "\/assets\/icon\/logo2.png" } }, "icons": { "16": "\/assets\/icon\/logo.png", "128": "\/assets\/icon\/logo2.png" } } |