Nabox Wallet

Nabox Chrome Extension

Nabox Walletคืออะไร?

Nabox Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nabox Labs และคุณลักษณะหลักของมันคือ "Nabox Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nabox Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Nabox Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nabox Wallet Nabox Wallet
ID nknhiehlklippafakaeklbeglecifhad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nabox-wallet/nknhiehlklippafakaeklbeglecifhad
คำอธิบาย Nabox Chrome Extension
ขนาดไฟล์ 15.45 MB
จำนวนการติดตั้ง 12,622
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2021-04-01
คะแนน 4.61/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา Nabox Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nabox.io
URL หน้านโยบายความเป็นส่วนตัว https://privacy.nabox.io
ภาษาที่รองรับ 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'"
}