Nabox Wallet

Nabox Chrome Extension

Cos'è Nabox Wallet?

Nabox Wallet è un'estensione di Chrome sviluppata da Nabox Labs, e la sua funzione principale è "Nabox Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nabox Wallet

Scarica i file di estensione Nabox 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

                        Nabox is a cross-chain DID application built for Web3.

With Nabox, you can manage assets across different blockchains whether for DeFi, GameFi, NFTs, and other use cases that come up. Nabox is your gateway to the multi-chain world.
Nabox uses an asymmetric cryptographic algorithm as the basis of Nabox's DID. Users use the same set of keys and public keys to manage assets and data on different blockchains.
SwapBox aggregates mainstream DEXs to provide users with asset exchange and asset cross-chain exchange, and intelligently find the best exchange path.


Nabox - The Multi-Chain DID Gateway to Web3                    

Informazioni di Base sull'Estensione

Nome Nabox Wallet Nabox Wallet
ID nknhiehlklippafakaeklbeglecifhad
URL Ufficiale https://chromewebstore.google.com/detail/nabox-wallet/nknhiehlklippafakaeklbeglecifhad
Descrizione Nabox Chrome Extension
Dimensione del File 15.45 MB
Conteggio Installazioni 12,622
Versione Corrente 1.2.1
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2021-04-01
Valutazione 4.61/5 Totale 31 Valutazioni
Sviluppatore Nabox Labs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nabox.io
URL della Pagina della Politica sulla Privacy https://privacy.nabox.io
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.1",
    "name": "Nabox Wallet",
    "description": "__MSG_pluginDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nabox Wallet",
        "default_icon": {
            "19": "icons\/logo-19.png",
            "38": "icons\/logo-38.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        "js\/inPage.js"
    ],
    "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}