Nest Wallet

The Friendliest Way to Use a Multisig Wallet

O que é Nest Wallet?

Nest Wallet é uma extensão do Chrome desenvolvida por https://nestwallet.xyz, e sua principal característica é "The Friendliest Way to Use a Multisig Wallet".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nest Wallet

Baixe arquivos de extensão Nest Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Nest Wallet Nest Wallet
ID cmoakldedjfnjofgbbfenefcagmedlga
URL Oficial https://chromewebstore.google.com/detail/nest-wallet/cmoakldedjfnjofgbbfenefcagmedlga
Descrição The Friendliest Way to Use a Multisig Wallet
Tamanho do Arquivo 8.58 MB
Contagem de Instalações 5,000
Versão Atual 1.0.74
Última Atualização 2024-03-01
Data de Publicação 2023-11-02
Classificação 5.00/5 Total de 32 Avaliações
Desenvolvedor https://nestwallet.xyz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nestwallet.xyz/
URL da Página de Ajuda https://nestwallet.xyz/legal/contact
URL da Página de Política de Privacidade https://nestwallet.xyz/legal/privacy
Idiomas Suportados 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"
}