CWallet
CWallet is a browser extension multi cryptocurrency wallet
Cos'è CWallet?
CWallet è un'estensione di Chrome sviluppata da CWallet, e la sua funzione principale è "CWallet is a browser extension multi cryptocurrency wallet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CWallet
Scarica i file di estensione CWallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | apnehcjmnengpnmccpaibjmhhoadaico |
| URL Ufficiale | https://chromewebstore.google.com/detail/cwallet/apnehcjmnengpnmccpaibjmhhoadaico |
| Descrizione | CWallet is a browser extension multi cryptocurrency wallet |
| Dimensione del File | 13.32 MB |
| Conteggio Installazioni | 1,797 |
| Versione Corrente | 0.1.15 |
| Ultimo Aggiornamento | 2022-04-06 |
| Data di Pubblicazione | 2022-01-21 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | CWallet |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://cwallet.finance/ |
| URL della Pagina di Aiuto | https://support.cardwallet.fi/ |
| URL della Pagina della Politica sulla Privacy | https://cardwallet.fi/privacy-policy |
| Lingue Supportate | 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';"
} | |