PeerSend

Send money like magic

Wat is PeerSend?

PeerSend is een Chrome-extensie ontwikkeld door http://peersend.com, en de belangrijkste functie is "Send money like magic".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PeerSend

Download PeerSend-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PeerSend PeerSend
ID jfknpjcpjaemdjbgfpghddkebfdjoekb
Officiële URL https://chrome.google.com/webstore/detail/peersend/jfknpjcpjaemdjbgfpghddkebfdjoekb
Beschrijving Send money like magic
Bestandsgrootte 2.01 MB
Aantal Installaties 682
Huidige Versie 1.1.3
Laatst Bijgewerkt 2021-10-20
Publicatiedatum 2021-09-27
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar http://peersend.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://peersend.com
URL van de Privacybeleid Pagina https://peersend.com/privacy
Ondersteunde Talen 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"
    ]
}