ClipSync

This extension will help you copy text from all your devices linked to google account.

¿Qué es ClipSync?

ClipSync es una extensión de Chrome desarrollada por Abhishek Meharia, y su función principal es "This extension will help you copy text from all your devices linked to google account.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ClipSync

Descarga archivos de extensión ClipSync en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension will help you copy text from all your devices linked to google account.                    

Información Básica de la Extensión

Nombre ClipSync ClipSync
ID cgnjjecfkjgachdpfbgioofdicllnadc
URL Oficial https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc
Descripción This extension will help you copy text from all your devices linked to google account.
Tamaño del Archivo 226 KB
Cantidad de Instalaciones 121
Versión Actual 2
Última Actualización 2020-08-23
Fecha de Publicación 2019-12-04
Desarrollador Abhishek Meharia
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://abhim.in
URL de la Página de Ayuda https://abhim.in
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClipSync",
    "description": "This extension will help you copy text from all your devices linked to google account.",
    "version": "2",
    "icons": {
        "128": "clipboard.png"
    },
    "browser_action": {
        "default_icon": "clipboard.png",
        "default_popup": "credentials.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "identity",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "oncopy.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "749113595662-q2sfn3t387ncegqjam7vd1amq2u8sfcs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxrf1YPHhIH7EIrMxc+lZcZ5RFY+p11MBDP4U1yqV9MOGfnaMNocjghi0BktroeksRQwIdsSLWCjf1GoifHjirIYtZYv40SIn5LwfaDDxhaAuVFqRn1uJrd+pj2yfqDQfxefuKj69bxeaiHIi6Z\/HeXBW65nHN8txfS6QDCjIttoq3V+uAkONwfHiavezqQOTZhj6mg+pymeMPxJZd9T8jXPQiBfdLQbXItNXmiH9Es4cAZLxTekH+KkiUAUeoZAoHzeWGK9HSToNLYm7Wn5BcrTnM+rUfyHhR3ocStpwVWGx2ydrHCivtUvLSlwUpSvfUM6P3wjSDMSstw0PBeXHOQIDAQAB"
}