FRWT Secure DeFi Crypto Wallet

Self custody Web3 platform - manage your digital funds securely

FRWT Secure DeFi Crypto Walletคืออะไร?

FRWT Secure DeFi Crypto Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FRWT และคุณลักษณะหลักของมันคือ "Self custody Web3 platform - manage your digital funds securely"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FRWT Secure DeFi Crypto Wallet

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

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

                        FRWT Secure DeFi Crypto Wallet: Simple and Secure Cryptocurrency Management

Welcome to FRWT Secure DeFi Crypto Wallet – your straightforward, secure portal to the world of cryptocurrency. Ideal for beginners and experienced users alike, our app makes buying and selling crypto easy and supports an extensive array of over 1,000 different cryptocurrencies. It's the ideal tool for securing and organizing your digital currency.

Manage Multiple Cryptocurrencies Effortlessly

Navigate through a diverse selection of cryptocurrencies with ease using FRWT Secure DeFi Crypto Wallet. Whether you're purchasing, tracking, or managing various digital currencies, our app simplifies the process, keeping you in the loop with the dynamic world of crypto.

Easy Buying and Selling

Our app makes the process of buying and selling crypto straightforward and hassle-free. Effortlessly switch between different cryptocurrencies or convert traditional money into crypto at competitive rates. Integration with WalletConnect also provides you access to a wide array of online crypto services.

Total Control and Privacy

Your privacy and control over your finances are our top priorities. FRWT Secure DeFi Crypto Wallet gives you absolute authority over your funds with no third-party access. Rest assured, your digital currency is securely stored and accessible only by you.

Strong Security Features

We've equipped our app with multiple strong security features to safeguard your investments. These features include two-factor authentication, a custom PIN code, transaction limits, and the option to set a unique passphrase for added protection. This ensures that your funds are not only secure but also readily accessible whenever you need them.

In-Depth Investment Tracking

FRWT Secure DeFi Crypto Wallet offers detailed analytics of your crypto investments. Monitor all your transactions and track how your investments perform over time, empowering you to make well-informed decisions.

Customizable Alerts

Stay informed with personalized alerts. Our app sends real-time notifications regarding your transactions and important market news directly to you through push notifications, SMS, or email.

Need support? 

Our team is ready to assist at [email protected] or connect with us on Twitter @FRWTmedia.

Embark on a secure, straightforward journey in digital asset management with FRWT Secure DeFi Crypto Wallet today!                    

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

ชื่อ FRWT Secure DeFi Crypto Wallet FRWT Secure DeFi Crypto Wallet
ID kpfchfdkjhcoekhdldggegebfakaaiog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/frwt-secure-defi-crypto-w/kpfchfdkjhcoekhdldggegebfakaaiog
คำอธิบาย Self custody Web3 platform - manage your digital funds securely
ขนาดไฟล์ 7.32 MB
จำนวนการติดตั้ง 184
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-02-07
วันที่เผยแพร่ 2023-12-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา FRWT
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.frwt.app/
URL หน้าช่วยเหลือ https://twitter.com/FRWTmedia
URL หน้านโยบายความเป็นส่วนตัว https://www.frwt.app/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FRWT Secure DeFi Crypto Wallet",
    "description": "Self custody Web3 platform - manage your digital funds securely",
    "icons": {
        "16": "icons\/wl\/freewallet\/16.png",
        "32": "icons\/wl\/freewallet\/32.png",
        "96": "icons\/wl\/freewallet\/96.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/wl\/freewallet\/16.png",
            "32": "icons\/wl\/freewallet\/32.png",
            "96": "icons\/wl\/freewallet\/96.png"
        },
        "default_title": "",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "minimum_chrome_version": "102",
    "version": "1.1.0"
}