ClypSync

Share clipboard between pc and android phone

O que é ClypSync?

ClypSync é uma extensão do Chrome desenvolvida por https://clypsync.com, e sua principal característica é "Share clipboard between pc and android phone".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ClypSync

Baixe arquivos de extensão ClypSync no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ClypSync ClypSync
ID nohnijcnelfamhehknidmbcoblfcllkd
URL Oficial https://chromewebstore.google.com/detail/clypsync/nohnijcnelfamhehknidmbcoblfcllkd
Descrição Share clipboard between pc and android phone
Tamanho do Arquivo 91.05 KB
Contagem de Instalações 31
Versão Atual 1.0.6
Última Atualização 2021-03-18
Data de Publicação 2021-03-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://clypsync.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://clypsync.com
URL da Página de Ajuda https://clypsync.com
Idiomas Suportados 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"
    }
}