Nest Wallet

The Friendliest Way to Use a Multisig Wallet

Nest Wallet là gì?

Nest Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://nestwallet.xyz, và tính năng chính của nó là "The Friendliest Way to Use a Multisig Wallet".

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

screenshot

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

Tải xuống các tệp mở rộng Nest 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

                        Nest Wallet - A Wallet Engineered for Traders

From Degen to Pro. Trade on-chain with confidence, using our extension and mobile apps

*** All the tools you need to trade on-chain ***
✅ Hot trading window integrated with DexScreener & Birdeye
✅ View the P&L on all your token positions
✅ Limit orders for any Dex/Token

*** Maximum security to protect your assets ***
✅ Built-in simulation on all messages and transactions
✅ In-app support for Safe{Wallet}
✅ Passkey and biometric signing on mobile

*** Effortlessly trade on mobile ***
✅ Robinhood like UI for on-chain trading
✅ Smooth wallet management system
✅ See your tokens and NFTs positions at a glance

1st place in 2023 Safe AA Hackathon
Wave 1 Recipient of the Safe Grant Program                    

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

Tên Nest Wallet Nest Wallet
ID cmoakldedjfnjofgbbfenefcagmedlga
URL Chính Thức https://chromewebstore.google.com/detail/nest-wallet/cmoakldedjfnjofgbbfenefcagmedlga
Mô tả The Friendliest Way to Use a Multisig Wallet
Kích Thước Tệp 8.58 MB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.0.74
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-11-02
Đánh Giá 5.00/5 Tổng số 32 Đánh Giá
Nhà Phát Triển https://nestwallet.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nestwallet.xyz/
URL Trang Trợ Giúp https://nestwallet.xyz/legal/contact
URL Trang Chính Sách Bảo Mật https://nestwallet.xyz/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nest Wallet",
    "description": "The Friendliest Way to Use a Multisig Wallet",
    "author": "[email protected]",
    "homepage_url": "https:\/\/nestwallet.xyz",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "serviceworker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/*.atlassian.net\/*"
            ],
            "run_at": "document_start",
            "js": [
                "injected.js"
            ],
            "all_frames": true,
            "world": "MAIN"
        },
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/*.atlassian.net\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/9\/popup.html"
            ],
            "js": [
                ".\/vendor\/trezor-content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-ancestors https:\/\/dexscreener.com\/; img-src 'self' data: http:\/\/localhost:*\/ http:\/\/127.0.0.1:*\/ https:\/\/icons.duckduckgo.com\/ https:\/\/*.nestwallet.xyz\/ https:\/\/*.nestwallet.app\/ https:\/\/storage.googleapis.com\/nestwallet-public-resource-bucket\/ https:\/\/*.s3.amazonaws.com\/ https:\/\/s3.amazonaws.com\/ https:\/\/*.googleusercontent.com\/ https:\/\/static.debank.com\/ https:\/\/raw.githubusercontent.com\/ https:\/\/tokens.1inch.io\/ https:\/\/safe-transaction-assets.safe.global\/ https:\/\/i.seadn.io\/ https:\/\/assets.coingecko.com\/ https:\/\/cdn.simplehash.com; connect-src 'self' http:\/\/127.0.0.1:* http:\/\/localhost:* https:\/\/*.binance.org https:\/\/*.g.alchemy.com https:\/\/*.gateway.tenderly.co https:\/\/*.live.ledger.com https:\/\/*.lottiefiles.com https:\/\/*.nestwallet.app https:\/\/*.nestwallet.xyz https:\/\/*.safe.global https:\/\/api.avax.network\/ext\/bc\/C\/rpc https:\/\/api.coingecko.com https:\/\/arb1.arbitrum.io\/rpc https:\/\/blast.blockpi.network\/v1\/rpc\/public https:\/\/coins.llama.fi https:\/\/gateway.ipfs.io https:\/\/li.quest https:\/\/api.dexscreener.com https:\/\/mainnet.base.org https:\/\/mainnet.optimism.io https:\/\/polygon-rpc.com https:\/\/rpc.ankr.com https:\/\/rpc.blast.io https:\/\/rpc.flashbots.net https:\/\/rpc.gnosischain.com https:\/\/sepolia.blast.io https:\/\/lottie.host ws:\/\/0.0.0.0:* ws:\/\/localhost:*; frame-src 'self' https:\/\/connect.trezor.io\/; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com\/;"
    },
    "icons": {
        "16": "favicon-32.png",
        "48": "favicon-32.png",
        "128": "favicon-32.png"
    },
    "permissions": [
        "alarms",
        "gcm",
        "notifications",
        "storage",
        "tabs",
        "identity"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                ".\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.74"
}