PeerSend

Send money like magic

PeerSend란 무엇입니까?

PeerSend은(는) http://peersend.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send money like magic"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PeerSend 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}