Bluehelix Wallet

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

Τι είναι το Bluehelix Wallet;

Το Bluehelix Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.bhexchain.com, και η κύρια λειτουργία του είναι "Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bluehelix Wallet

Λήψη αρχείων επέκτασης Bluehelix Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}