Crocobit Wallet
Multi-cryptocurrency decentralized wallet
Crocobit Wallet क्या है?
Crocobit Wallet http://extension.crocobit.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Multi-cryptocurrency decentralized wallet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crocobit Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CROCOBIT Wallet "Safe to store, easy to use". Crocobit Wallet extension is a browser extension that allows you to access your cryptocurrencies from a browser. In a few clicks in your browser, you can: view the balance, send, and receive cryptocurrencies. All your funds are stored on your browser. It is safe and easy to use. Features: - Simple interface - Receiving cryptocurrencies - Sending cryptocurrencies - Balances can be displayed in local currencies - Use any ERC tokens - Choose transaction speed and fee amount (slow, average, fast)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pnlfjmlcjdjgkddecgincndfgegkecke |
आधिकारिक URL | https://chrome.google.com/webstore/detail/crocobit-wallet/pnlfjmlcjdjgkddecgincndfgegkecke |
विवरण | Multi-cryptocurrency decentralized wallet |
फ़ाइल का आकार | 5.4 MB |
स्थापना संख्या | 165 |
वर्तमान संस्करण | 0.10.0 |
अंतिम अपडेट | 2021-06-07 |
प्रकाशन तिथि | 2020-07-02 |
रेटिंग | 4.89/5 कुल 19 रेटिंग्स |
डेवलपर | http://extension.crocobit.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://extension.crocobit.net |
सहायता पृष्ठ URL | https://extension.crocobit.net/contact |
गोपनीयता नीति पृष्ठ URL | https://p2p.crocobit.net/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crocobit Wallet", "short_name": "Crocobit", "description": "Multi-cryptocurrency decentralized wallet", "version": "0.10.0", "author": "https:\/\/extension.crocobit.net", "browser_action": { "default_icon": "img\/logo128.png", "default_popup": "index.html", "default_title": "Crocobit" }, "icons": { "48": "img\/logo48.png", "128": "img\/logo128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'sha256-DqmpmfFkBMRrqGF13km7p9v4V\/Eq7vmRtLSjwcdcQSw='; object-src 'self'", "permissions": [ "storage" ] } |