Nest Wallet

The Friendliest Way to Use a Multisig Wallet

Apa itu Nest Wallet?

Nest Wallet adalah ekstensi Chrome yang dikembangkan oleh https://nestwallet.xyz, dan fitur utamanya adalah "The Friendliest Way to Use a Multisig Wallet".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nest Wallet

Unduh file ekstensi Nest Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Nest Wallet Nest Wallet
ID cmoakldedjfnjofgbbfenefcagmedlga
URL Resmi https://chromewebstore.google.com/detail/nest-wallet/cmoakldedjfnjofgbbfenefcagmedlga
Deskripsi The Friendliest Way to Use a Multisig Wallet
Ukuran File 8.58 MB
Jumlah Instalasi 5,000
Versi Saat Ini 1.0.74
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2023-11-02
Penilaian 5.00/5 Total 32 Penilaian
Pengembang https://nestwallet.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nestwallet.xyz/
URL Halaman Bantuan https://nestwallet.xyz/legal/contact
URL Halaman Kebijakan Privasi https://nestwallet.xyz/legal/privacy
Bahasa yang Didukung 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"
}