Clip Cloud
A simple tool to sync your clipboard between computers and Android devices.
Clip Cloud란 무엇입니까?
Clip Cloud은(는) https://catchingnow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple tool to sync your clipboard between computers and Android devices."입니다.
확장 프로그램 스크린샷
Clip Cloud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clip Cloud - A simple tool to sync your clipboard between computers and Android devices. Android App: https://play.google.com/store/apps/details?id=com.catchingnow.clipsync FAQ - How does it work? Clip Cloud can help you to copy some text on a device and paste on the others. It works on Android, PC, Mac, and Linux. The clipboard will be encrypted and transmitted over the Google Cloud Message. - Which platforms are supported? It supports Android and any desktop environments(PC, Mac, and Linux) with Chrome extension. Note please do not install the extension on other browsers such as Opera because the service is based on Google cloud message. - Will it store my clipboard? No. All of the clipboards will be just send to Google Cloud Message immediately and no copy will be stored. Please try Clip Stack ( https://play.google.com/store/apps/details?id=com.catchingnow.tinyclipboardmanager ) if you want to store your clipboard history locally. It is full free and even does not have network permission. - What is the maximum length of the clipboard? It is 2000 characters.
확장 프로그램 기본 정보
이름 | Clip Cloud |
ID | njdmefplhdgmeenojkdagebgapfbabid |
공식 URL | https://chromewebstore.google.com/detail/clip-cloud/njdmefplhdgmeenojkdagebgapfbabid |
설명 | A simple tool to sync your clipboard between computers and Android devices. |
파일 크기 | 139 KB |
설치 횟수 | 5,717 |
현재 버전 | 0.3.2 |
최근 업데이트 | 2019-06-14 |
출시 날짜 | 2019-06-14 |
평점 | 3.76/5 총 51 개의 평점 |
개발자 | https://catchingnow.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://clipcloud.catchingnow.com |
개인정보 보호 정책 페이지 URL | http://privacypolicy.catchingnow.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clip Cloud", "description": "A simple tool to sync your clipboard between computers and Android devices.", "version": "0.3.2", "icons": { "64": "64.png", "128": "128.png", "256": "256.png" }, "browser_action": { "default_icon": "resource\/icon_web.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "storage", "background", "gcm", "notifications", "clipboardRead", "clipboardWrite", "contextMenus", "https:\/\/*.catchingnow.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "oauth2": { "client_id": "66972863714-qmp65ua0nv0lgpefpr6f4fqqhamu3al3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |