Bluehelix Wallet

Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.

Bluehelix Wallet란 무엇입니까?

Bluehelix Wallet은(는) https://www.bhexchain.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Bluehelix Chain currently supports the decentralized access of most mainstream public chains, and it is an authentic DeFi infrastructure.
Bluehelix Chain has two main functions:1) Supports OpenDex protocol and cross-chain AMM+Orderbook based SWAP;2)Cross-chain asset bridge, fully achieves secure cross-chain asset circulation and swap and supports any public chain in decentralized circulation and swap.
Bluehelix Wallet is the first reliable decentralized cross-chain wallet, decentralized cross-chain asset safe custody, efficient and scalable consensus clearings, and a wide range of API support. It is the best wallet tool you can use to manage Bluehelix Chain assets.                    

확장 프로그램 기본 정보

이름 Bluehelix Wallet Bluehelix Wallet
ID ehibhohmlpipbaogcknmpmiibbllplph
공식 URL https://chromewebstore.google.com/detail/bluehelix-wallet/ehibhohmlpipbaogcknmpmiibbllplph
설명 Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.
파일 크기 7.81 MB
설치 횟수 137
현재 버전 1.3.1
최근 업데이트 2021-09-14
출시 날짜 2020-11-11
평점 5.00/5 총 3 개의 평점
개발자 https://www.bhexchain.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://explorer.bhexchain.com/index
지원되는 언어 en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_32.png",
            "32": "icon_96.png"
        },
        "default_title": "Bluehelix Wallet",
        "default_popup": "index.html#\/index"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "manifest_version": 2,
    "author": "https:\/\/bhexchain.io\/",
    "permissions": [
        "storage"
    ],
    "version": "1.3.1"
}