Nest Wallet

The Friendliest Way to Use a Multisig Wallet

Vad är Nest Wallet?

Nest Wallet är en Chrome-tillägg utvecklad av https://nestwallet.xyz, och dess huvudfunktion är "The Friendliest Way to Use a Multisig Wallet".

Tilläggsskärmbilder

screenshot

Ladda ner Nest Wallet-förlängningens CRX-fil

Ladda ner Nest Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Nest Wallet Nest Wallet
ID cmoakldedjfnjofgbbfenefcagmedlga
Officiell webbadress https://chromewebstore.google.com/detail/nest-wallet/cmoakldedjfnjofgbbfenefcagmedlga
Beskrivning The Friendliest Way to Use a Multisig Wallet
Filstorlek 8.58 MB
Antal Installationer 5,000
Aktuell Version 1.0.74
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2023-11-02
Betyg 5.00/5 Totalt 32 Betyg
Utvecklare https://nestwallet.xyz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nestwallet.xyz/
Hjälpsida URL https://nestwallet.xyz/legal/contact
URL till Sekretesspolicy Sidan https://nestwallet.xyz/legal/privacy
Stödda Språk 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"
}