PeerSend

Send money like magic

Was ist PeerSend?

PeerSend ist eine Chrome-Erweiterung, die von http://peersend.com entwickelt wurde, und ihr Hauptmerkmal ist "Send money like magic".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

PeerSend-Erweiterungs-CRX-Datei herunterladen

Laden Sie PeerSend-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PeerSend PeerSend
ID jfknpjcpjaemdjbgfpghddkebfdjoekb
Offizielle URL https://chrome.google.com/webstore/detail/peersend/jfknpjcpjaemdjbgfpghddkebfdjoekb
Beschreibung Send money like magic
Dateigröße 2.01 MB
Installationsanzahl 682
Aktuelle Version 1.1.3
Letztes Update 2021-10-20
Veröffentlichungsdatum 2021-09-27
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler http://peersend.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://peersend.com
URL der Datenschutzrichtlinien-Seite https://peersend.com/privacy
Unterstützte Sprachen 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"
    ]
}