PeerSend

Send money like magic

Τι είναι το PeerSend;

Το PeerSend είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://peersend.com, και η κύρια λειτουργία του είναι "Send money like magic".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PeerSend

Λήψη αρχείων επέκτασης PeerSend σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PeerSend PeerSend
ID jfknpjcpjaemdjbgfpghddkebfdjoekb
Επίσημο URL https://chrome.google.com/webstore/detail/peersend/jfknpjcpjaemdjbgfpghddkebfdjoekb
Περιγραφή Send money like magic
Μέγεθος Αρχείου 2.01 MB
Αριθμός Εγκαταστάσεων 682
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2021-10-20
Ημερομηνία Δημοσίευσης 2021-09-27
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής http://peersend.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://peersend.com
URL της Σελίδας Πολιτικής Απορρήτου https://peersend.com/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}