Nabox Wallet

Nabox Chrome Extension

Qu'est-ce que Nabox Wallet ?

Nabox Wallet est une extension Chrome développée par Nabox Labs, et sa fonction principale est "Nabox Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Nabox Wallet

Téléchargez les fichiers d'extension Nabox Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Nabox Wallet Nabox Wallet
ID nknhiehlklippafakaeklbeglecifhad
URL Officiel https://chromewebstore.google.com/detail/nabox-wallet/nknhiehlklippafakaeklbeglecifhad
Description Nabox Chrome Extension
Taille du Fichier 15.45 MB
Nombre d'Installations 12,622
Version Actuelle 1.2.1
Dernière Mise à Jour 2024-01-30
Date de Publication 2021-04-01
Évaluation 4.61/5 Total 31 Évaluations
Développeur Nabox Labs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nabox.io
URL de la Page de Politique de Confidentialité https://privacy.nabox.io
Langues Prises en Charge 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'"
}