CWallet
CWallet is a browser extension multi cryptocurrency wallet
CWallet क्या है?
CWallet CWallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CWallet is a browser extension multi cryptocurrency wallet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CWallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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';" } |