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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://support.cardwallet.fi/
عنوان صفحة سياسة الخصوصية 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';"
}