Resolve

Get a BSV address for $handle, 1handle or Paymail

Resolve란 무엇입니까?

Resolve은(는) Mark Allison에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a BSV address for $handle, 1handle or Paymail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Resolve a Handcash, RelayX or PayMail handle to a Bitcoin SV Address. Displays QR code and address.

Browser extension to get the next receiving address for a handcash, relayx or PayMail wallet. Bitcoin SV only (the original bitcoin).

What does it do?
Enter any handcash $handle, RelayX handle or PayMail address and the extension will query the polynym.io API and get a Bitcoin SV receiving address for that handle and then display it in the extension. 

Why this extension?
Consider that you may wish to receive money to your wallet, but you're on your PC and you need to get a receiving address. There are various reasons for this:

* You've lost your phone or it's out of charge right now.
* You want to receive bitcoin SV from someone but they don't currently have a handcash, relayx or PayMail supported wallet.
* You want to withdraw bitcoin SV from an exchange and they don't support handles, so you have to give them a bitcoin address.
* You don't have a handcash, relayx or PayMail wallet but you want to send someone money that does have a supported wallet, and you know their handle.                    

확장 프로그램 기본 정보

이름 Resolve Resolve
ID cjaageogilnheopkplbgkheppimlegoh
공식 URL https://chrome.google.com/webstore/detail/resolve/cjaageogilnheopkplbgkheppimlegoh
설명 Get a BSV address for $handle, 1handle or Paymail
파일 크기 85.78 KB
설치 횟수 48
현재 버전 2
최근 업데이트 2019-12-06
출시 날짜 2019-12-06
평점 5.00/5 총 4 개의 평점
개발자 Mark Allison
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Resolve",
    "version": "2",
    "description": "Get a BSV address for $handle, 1handle or Paymail",
    "icons": {
        "128": "assets\/bitcoin128.png"
    },
    "browser_action": {
        "default_title": "Resolve address converter",
        "default_popup": ".\/popup\/popup.html",
        "default_icon": {
            "128": "assets\/bitcoin128.png"
        }
    },
    "short_name": "resolve",
    "permissions": [
        "storage"
    ]
}