ClypSync

Share clipboard between pc and android phone

什么是ClypSync?

ClypSync是由https://clypsync.com开发的Chrome扩展程序,该扩展的主要功能是“Share clipboard between pc and android phone”。

扩展截图

screenshot

下载ClypSync扩展crx文件

下载ClypSync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}