ClypSync

Share clipboard between pc and android phone

ClypSync là gì?

ClypSync là một tiện ích mở rộng Chrome được phát triển bởi https://clypsync.com, và tính năng chính của nó là "Share clipboard between pc and android phone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClypSync

Tải xuống các tệp mở rộng ClypSync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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. :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClypSync ClypSync
ID nohnijcnelfamhehknidmbcoblfcllkd
URL Chính Thức https://chromewebstore.google.com/detail/clypsync/nohnijcnelfamhehknidmbcoblfcllkd
Mô tả Share clipboard between pc and android phone
Kích Thước Tệp 91.05 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2021-03-18
Ngày Phát Hành 2021-03-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://clypsync.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clypsync.com
URL Trang Trợ Giúp https://clypsync.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}