CWallet

CWallet is a browser extension multi cryptocurrency wallet

Wat is CWallet?

CWallet is een Chrome-extensie ontwikkeld door CWallet, en de belangrijkste functie is "CWallet is a browser extension multi cryptocurrency wallet".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CWallet

Download CWallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam CWallet CWallet
ID apnehcjmnengpnmccpaibjmhhoadaico
Officiële URL https://chromewebstore.google.com/detail/cwallet/apnehcjmnengpnmccpaibjmhhoadaico
Beschrijving CWallet is a browser extension multi cryptocurrency wallet
Bestandsgrootte 13.32 MB
Aantal Installaties 1,797
Huidige Versie 0.1.15
Laatst Bijgewerkt 2022-04-06
Publicatiedatum 2022-01-21
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar CWallet
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cwallet.finance/
Help Pagina-URL https://support.cardwallet.fi/
URL van de Privacybeleid Pagina https://cardwallet.fi/privacy-policy
Ondersteunde Talen 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';"
}