ClypSync

Share clipboard between pc and android phone

Qu'est-ce que ClypSync ?

ClypSync est une extension Chrome développée par https://clypsync.com, et sa fonction principale est "Share clipboard between pc and android phone".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ClypSync

Téléchargez les fichiers d'extension ClypSync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ClypSync ClypSync
ID nohnijcnelfamhehknidmbcoblfcllkd
URL Officiel https://chromewebstore.google.com/detail/clypsync/nohnijcnelfamhehknidmbcoblfcllkd
Description Share clipboard between pc and android phone
Taille du Fichier 91.05 KB
Nombre d'Installations 31
Version Actuelle 1.0.6
Dernière Mise à Jour 2021-03-18
Date de Publication 2021-03-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://clypsync.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://clypsync.com
URL de la Page d'Aide https://clypsync.com
Langues Prises en Charge 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"
    }
}