Bluehelix Wallet
Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.
Bluehelix Wallet क्या है?
Bluehelix Wallet https://www.bhexchain.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bluehelix Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |