Braavos Smart Wallet

The Secure and User-Friendly Smart Wallet for Starknet.

Braavos Smart Walletคืออะไร?

Braavos Smart Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://braavos.app และคุณลักษณะหลักของมันคือ "The Secure and User-Friendly Smart Wallet for Starknet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Braavos Smart Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Braavos Smart Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Braavos Smart Wallet for Starknet makes self-custodial asset management easier than ever! With Braavos, you can securely access decentralized applications on Starknet and manage your assets from within your browser.

Braavos offers an immersive experience, including a built-in exchange for swapping tokens, a rich NFT collectibles section, human-readable transaction explainer, support for the Starknet.id naming service, bundling of multiple contract calls in one transaction (multicall), and much more – all backed by top-notch security and UI.

Braavos creates a seamless bridge between Starknet dApps and your wallet, so you can easily review and approve transactions with confidence. It supports multi-devices, offering applications for Android and iOS for a complete experience even while on the go.

Braavos smart wallet pioneers a new era of improved security and UX in crypto. Its Hardware Signer and Multi-Signer features provide true multi-factor authentication capabilities, enforcing something the user knows, something the user has, and something the user is to authenticate the identity and allow for signing transactions, making it the safest and most user-friendly wallet on the market.

Built on top of Ethereum's layer-2 solution, Starknet, Braavos offers unparalleled security and overall user experience at an extremely low cost, taking advantage of the protocol built-in account abstraction (known on Ethereum as ERC-4337).

Within your Braavos smart wallet you can find various 3rd party services that will allow you to deposit funds to your wallet: Banxa and Ramp (via credit card or bank transfer), LayerSwap (via centralized exchange), Orbiter (bridge funds from various other chains) and StarkGate (the canonical bridge to transfer funds from Ethereum L1). 

Say goodbye to clunky, complicated wallet solutions and hello to the future of smart wallets! Upgrade to Braavos today and experience the premium security and UX a smart wallet can offer.

Download Braavos Chrome extension now and enjoy the safest and most user-friendly Starknet wallet available!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Braavos Smart Wallet Braavos Smart Wallet
ID jnlgamecbpmbajjfhmmmlhejkemejdma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/braavos-smart-wallet/jnlgamecbpmbajjfhmmmlhejkemejdma
คำอธิบาย The Secure and User-Friendly Smart Wallet for Starknet.
ขนาดไฟล์ 5.58 MB
จำนวนการติดตั้ง 492,892
เวอร์ชันปัจจุบัน 3.39.8
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2022-04-14
คะแนน 4.94/5 รวมทั้งหมด 7285 คะแนน
ผู้พัฒนา https://braavos.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.braavos.app
URL หน้านโยบายความเป็นส่วนตัว https://braavos.app/privacy-policy
ภาษาที่รองรับ en,tr,ru,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Braavos Smart Wallet",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "3.39.8",
    "homepage_url": "https:\/\/www.braavos.app",
    "author": "https:\/\/www.braavos.app",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open Braavos Wallet"
    },
    "background": {
        "service_worker": "bg-loader.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js"
            ],
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self';"
    },
    "externally_connectable": {
        "ids": []
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "minimum_chrome_version": "96",
    "default_locale": "en"
}