CWallet
CWallet is a browser extension multi cryptocurrency wallet
Hvad er CWallet?
CWallet er en Chrome-udvidelse udviklet af CWallet, og dens hovedfunktion er "CWallet is a browser extension multi cryptocurrency wallet".
Udvidelsesskærmbilleder
Download CWallet-udvidelses-CRX-fil
Download CWallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | CWallet |
ID | apnehcjmnengpnmccpaibjmhhoadaico |
Officiel URL | https://chromewebstore.google.com/detail/cwallet/apnehcjmnengpnmccpaibjmhhoadaico |
Beskrivelse | CWallet is a browser extension multi cryptocurrency wallet |
Filstørrelse | 13.32 MB |
Antal Installationer | 1,797 |
Nuværende Version | 0.1.15 |
Senest Opdateret | 2022-04-06 |
Udgivelsesdato | 2022-01-21 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | CWallet |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://cwallet.finance/ |
Hjælpeside-URL | https://support.cardwallet.fi/ |
URL til Fortrolighedspolitik Side | https://cardwallet.fi/privacy-policy |
Understøttede Sprog | 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';" } |