Nest Wallet

The Friendliest Way to Use a Multisig Wallet

什麼是Nest Wallet?

Nest Wallet是由https://nestwallet.xyz開發的Chrome擴展程式,該擴展的主要功能是“The Friendliest Way to Use a Multisig Wallet”。

擴展截圖

screenshot

下載Nest Wallet擴展crx文件

下載Nest Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Nest Wallet Nest Wallet
ID cmoakldedjfnjofgbbfenefcagmedlga
官方網址 https://chromewebstore.google.com/detail/nest-wallet/cmoakldedjfnjofgbbfenefcagmedlga
簡介 The Friendliest Way to Use a Multisig Wallet
檔案大小 8.58 MB
安裝次數 5,000
目前版本 1.0.74
更新時間 2024-03-01
上架時間 2023-11-02
評分 5.00/5 共 32 次評分
開發者 https://nestwallet.xyz
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nestwallet.xyz/
說明頁面URL https://nestwallet.xyz/legal/contact
隱私政策頁面URL https://nestwallet.xyz/legal/privacy
支援的語言 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"
}