Bluehelix Wallet

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

Cos'è Bluehelix Wallet?

Bluehelix Wallet è un'estensione di Chrome sviluppata da https://www.bhexchain.com, e la sua funzione principale è "Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bluehelix Wallet

Scarica i file di estensione Bluehelix Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bluehelix Wallet Bluehelix Wallet
ID ehibhohmlpipbaogcknmpmiibbllplph
URL Ufficiale https://chromewebstore.google.com/detail/bluehelix-wallet/ehibhohmlpipbaogcknmpmiibbllplph
Descrizione Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.
Dimensione del File 7.81 MB
Conteggio Installazioni 137
Versione Corrente 1.3.1
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2020-11-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.bhexchain.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://explorer.bhexchain.com/index
Lingue Supportate 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"
}