NuFi

A self-custody Web3 wallet to manage crypto, staking, NFTs, trading and Dapps.

NuFiคืออะไร?

NuFi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nu.fi และคุณลักษณะหลักของมันคือ "A self-custody Web3 wallet to manage crypto, staking, NFTs, trading and Dapps."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        [for Cardano, Ethereum, Flow, Milkomeda C1, Polygon and Solana blockchains]
Use NuFi Web3 wallet to send, receive and stake crypto assets, manage NFTs on different chains together, buy and trade, and connect to decentralized applications (DApps).

[Wallet Features]
• Self-custody: no middleman or restrictions, and full asset ownership
• Multi-chain: manage assets on different blockchains side by side
• Stress-free seedless signup: Log in with a social account like Google and have a non-custodial wallet created for you with no seed phrase to store
• Staking dashboard: stake your ADA, FLOW and SOL to earn rewards
• Multi-chain NFT gallery: manage your NFTs on different chains together
• Connect to Dapps like NFT marketplaces, DEXes, DeFi and Metaverses
• Dapp directory built into the wallet to help you explore Web3
• Hardware wallet compatible: manage your Ledger and Trezor accounts
• Buy, sell and trade 400+ assets inside the wallet without needing a CEX

[FAQs]
Q: Can I use my existing wallet with NuFi?
A: Yes. You can restore your existing wallet using its seed phrase, or by connecting your Ledger or Trezor hardware wallet.

Q: What blockchains does NuFi wallet support?
A: Cardano, Ethereum, Flow, Milkomeda C1, Polygon and Solana. You can use NuFi to send and receive all tokens and NFTs that use these chains.
You can also connect your NuFi wallet to DApps on all 5 supported chains (even if the DApp doesn't support NuFi directly, thanks to our Wallet Emulation mode).

Q: What does self-custody mean?
A: Self-custody (or non-custodial) means only you know your wallet’s private keys and there’s no middleman who could restrict access to your wallet. Self-custody guarantees complete privacy and full secure asset ownership.

Got a question? Visit NuFi’s knowledge base at https://support.nu.fi. If you can’t find what you’re looking for, contact NuFi’s support team and get a same-day response.                    

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

ชื่อ NuFi NuFi
ID gpnihlnnodeiiaakbikldcihojploeca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nufi/gpnihlnnodeiiaakbikldcihojploeca
คำอธิบาย A self-custody Web3 wallet to manage crypto, staking, NFTs, trading and Dapps.
ขนาดไฟล์ 12.24 MB
จำนวนการติดตั้ง 6,316
เวอร์ชันปัจจุบัน 9.0.3
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2022-06-08
คะแนน 5.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://nu.fi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nu.fi
URL หน้าช่วยเหลือ https://support.nu.fi
URL หน้านโยบายความเป็นส่วนตัว https://nu.fi/legal/nufi-privacy-and-cookies-policy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "A self-custody Web3 wallet to manage crypto, staking, NFTs, trading and Dapps.",
    "minimum_chrome_version": "102",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png",
        "128": "icons\/128x128.png"
    },
    "optional_permissions": [
        "notifications"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor-content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectionPayload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "9.0.3",
    "name": "NuFi",
    "action": {
        "default_title": "Click to open NuFi"
    }
}