ClypSync
Share clipboard between pc and android phone
Cos'è ClypSync?
ClypSync è un'estensione di Chrome sviluppata da https://clypsync.com, e la sua funzione principale è "Share clipboard between pc and android phone".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ClypSync
Scarica i file di estensione ClypSync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. :)
Informazioni di Base sull'Estensione
Nome | ClypSync |
ID | nohnijcnelfamhehknidmbcoblfcllkd |
URL Ufficiale | https://chromewebstore.google.com/detail/clypsync/nohnijcnelfamhehknidmbcoblfcllkd |
Descrizione | Share clipboard between pc and android phone |
Dimensione del File | 91.05 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2021-03-18 |
Data di Pubblicazione | 2021-03-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://clypsync.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://clypsync.com |
URL della Pagina di Aiuto | https://clypsync.com |
Lingue Supportate | 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" } } |