PeerSend

Send money like magic

¿Qué es PeerSend?

PeerSend es una extensión de Chrome desarrollada por http://peersend.com, y su función principal es "Send money like magic".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PeerSend

Descarga archivos de extensión PeerSend 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

                        PeerSend allows you to send and receive crypto in any website or social platform in a single click! Found an inspirational Tweet? You can reward it! Want to earn money through social media? Create content and get tips!

Features:
• Send and Receive Crypto via Paymail
• Send and Receive tips on Twitter

Upcoming features
• Send and Receive Crypto on Reddit/Hacker News/Product Hunt/Facebook/etc

How to get started:
1. Install PeerSend extension
2. Connect your HandCash wallet (if you don’t have the account, sign up!)
3. Spend and Earn Crypto anywhere on the internet.

By using this service, you agree to the PeerSend Terms & Conditions available at https://peersend.com/terms.

PeerSend is here to change the way people interact on the internet.

PeerSend is not a crypto wallet. It does not hold the user’s funds. PeerSend connects wallets, such as HandCash, and relays transactions for a seamless web experience.                    

Información Básica de la Extensión

Nombre PeerSend PeerSend
ID jfknpjcpjaemdjbgfpghddkebfdjoekb
URL Oficial https://chrome.google.com/webstore/detail/peersend/jfknpjcpjaemdjbgfpghddkebfdjoekb
Descripción Send money like magic
Tamaño del Archivo 2.01 MB
Cantidad de Instalaciones 682
Versión Actual 1.1.3
Última Actualización 2021-10-20
Fecha de Publicación 2021-09-27
Calificación 5.00/5 Total de 14 Calificaciones
Desarrollador http://peersend.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://peersend.com
URL de la Página de Política de Privacidad https://peersend.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PeerSend",
    "description": "Send money like magic",
    "icons": {
        "16": "\/res\/extension-icons\/16.png",
        "48": "\/res\/extension-icons\/48.png",
        "128": "\/res\/extension-icons\/128.png"
    },
    "version": "1.1.3",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "\/src\/scripts\/background.js",
            "\/src\/scripts\/background\/offlineChecker.js",
            "\/src\/scripts\/background\/popupCloser.js",
            "\/src\/scripts\/background\/twitterIntegration.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/src\/scripts\/injector.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.peersend.com\/sign-in\/success"
            ],
            "js": [
                "\/src\/scripts\/authSuccess.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/res\/extension-icons\/16.png",
            "24": "\/res\/extension-icons\/24.png",
            "32": "\/res\/extension-icons\/32.png"
        }
    },
    "web_accessible_resources": [
        "\/res\/fonts\/AvertaBold.woff",
        "\/res\/fonts\/AvertaExtrabold.woff",
        "\/res\/fonts\/AvertaRegular.woff",
        "\/res\/fonts\/peersend.woff",
        "\/res\/success-animation.json",
        "\/res\/styles\/common.css",
        "\/res\/styles\/extensionPopup.css",
        "\/res\/styles\/paymentPopup.css",
        "\/res\/styles\/twitterIntegration.css",
        "\/src\/scripts\/authSuccess.js",
        "\/src\/scripts\/background.js",
        "\/src\/scripts\/injectExtensionUI.js",
        "\/src\/scripts\/injector.js",
        "\/src\/scripts\/paymailScraper.js",
        "\/src\/scripts\/twitterScraper.js"
    ]
}