CWallet

CWallet is a browser extension multi cryptocurrency wallet

CWalletคืออะไร?

CWallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CWallet และคุณลักษณะหลักของมันคือ "CWallet is a browser extension multi cryptocurrency wallet"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        CWallet extension is a cryptocurrency wallet which allows to store, send and receive coins: Bitcoin, Ethereum & Ethereum tokens, Cardano & Cardano tokens.
The extension also allows to trade on Cardano DEXes (sign cardano transactions to make trades)                    

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

ชื่อ CWallet CWallet
ID apnehcjmnengpnmccpaibjmhhoadaico
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cwallet/apnehcjmnengpnmccpaibjmhhoadaico
คำอธิบาย CWallet is a browser extension multi cryptocurrency wallet
ขนาดไฟล์ 13.32 MB
จำนวนการติดตั้ง 1,797
เวอร์ชันปัจจุบัน 0.1.15
อัปเดตครั้งล่าสุด 2022-04-06
วันที่เผยแพร่ 2022-01-21
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา CWallet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cwallet.finance/
URL หน้าช่วยเหลือ https://support.cardwallet.fi/
URL หน้านโยบายความเป็นส่วนตัว https://cardwallet.fi/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CWallet",
    "description": "CWallet is a browser extension multi cryptocurrency wallet",
    "version": "0.1.15",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/injected.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}