Nabox Wallet

Nabox Chrome Extension

Nabox Wallet là gì?

Nabox Wallet là một tiện ích mở rộng Chrome được phát triển bởi Nabox Labs, và tính năng chính của nó là "Nabox Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nabox Wallet

Tải xuống các tệp mở rộng Nabox Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nabox Wallet Nabox Wallet
ID nknhiehlklippafakaeklbeglecifhad
URL Chính Thức https://chromewebstore.google.com/detail/nabox-wallet/nknhiehlklippafakaeklbeglecifhad
Mô tả Nabox Chrome Extension
Kích Thước Tệp 15.45 MB
Số Lần Cài Đặt 12,622
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2021-04-01
Đánh Giá 4.61/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Nabox Labs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nabox.io
URL Trang Chính Sách Bảo Mật https://privacy.nabox.io
Ngôn Ngữ Được Hỗ Trợ 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'"
}