Coin Wallet

Coin Wallet Browser Extension

Coin Walletคืออะไร?

Coin Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://coindefi.org และคุณลักษณะหลักของมันคือ "Coin Wallet Browser Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Coin Wallet is an all-in-one decentralized cryptocurrency wallet, exchange, and AI assistant. Coin Wallet includes a native cryptocurrency wallet and exchange for users to store and swap popular digital assets directly with each other. Unlike many other decentralized exchanges, swaps can occur across different blockchains including Bitcoin, Ethereum, ERC20 tokens, and more. 


Coin Wallet is non-custodial, lives in a browser extension, and is non-susceptible to hacks as users are the only people that have and can access their funds.
For exchanging assets, Coin Wallet uses atomic swap technology to handle direct peer-to-peer transactions across different blockchains. Coin’s integrated AI assistant transforms the traditional financial experience by highlighting and providing insights for blockchain-specific keywords on any web page. Additionally, the Coin AI enables users to execute transactions by simply typing a command in any input field. The combination of decentralized P2P technology, cross-chain interoperability, and AI integration, creates a secure and unparalleled experience to help consumers easily manage their digital assets.

- Store and manage your BTC, ETH, BNB, and COIN 

- Native cross-chain exchanges directly with other users

- Completely private and anonymous with no KYC

- AI Integration for data insights and faster transactions

- Seamless conversational user experience                    

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

ชื่อ Coin Wallet Coin Wallet
ID fecfflganphcinpahcklgahckeohalog
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/coin-wallet/fecfflganphcinpahcklgahckeohalog
คำอธิบาย Coin Wallet Browser Extension
ขนาดไฟล์ 12.17 MB
จำนวนการติดตั้ง 653
เวอร์ชันปัจจุบัน 3.0.7
อัปเดตครั้งล่าสุด 2022-02-04
วันที่เผยแพร่ 2021-08-19
คะแนน 4.94/5 รวมทั้งหมด 83 คะแนน
ผู้พัฒนา http://coindefi.org
อีเมล [email protected]
เว็บไซต์ส่วนขยาย https://coindefi.org
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coin Wallet",
    "homepage_url": "https:\/\/coindefi.org\/",
    "description": "Coin Wallet Browser Extension",
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "unlimitedStorage",
        "clipboardRead"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js",
                "js\/extension-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Coin Wallet",
        "default_icon": {
            "19": "icons\/16x16.png",
            "38": "icons\/48x48.png"
        }
    },
    "version": "3.0.7",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "externally_connectable": {
        "matches": [
            "https:\/\/liquality-ledger-web-bridge.web.app\/"
        ]
    }
}