Bluehelix Wallet
Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.
Was ist Bluehelix Wallet?
Bluehelix Wallet ist eine Chrome-Erweiterung, die von https://www.bhexchain.com entwickelt wurde, und ihr Hauptmerkmal ist "Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.".
Erweiterungsscreenshots
Bluehelix Wallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bluehelix Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bluehelix Wallet |
ID | ehibhohmlpipbaogcknmpmiibbllplph |
Offizielle URL | https://chromewebstore.google.com/detail/bluehelix-wallet/ehibhohmlpipbaogcknmpmiibbllplph |
Beschreibung | Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet. |
Dateigröße | 7.81 MB |
Installationsanzahl | 137 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2021-09-14 |
Veröffentlichungsdatum | 2020-11-11 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.bhexchain.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://explorer.bhexchain.com/index |
Unterstützte Sprachen | 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" } |