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
Eメール [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"
    }
}