Crocobit Wallet
Multi-cryptocurrency decentralized wallet
Crocobit Wallet là gì?
Crocobit Wallet là một tiện ích mở rộng Chrome được phát triển bởi http://extension.crocobit.net, và tính năng chính của nó là "Multi-cryptocurrency decentralized wallet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crocobit Wallet
Tải xuống các tệp mở rộng Crocobit Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pnlfjmlcjdjgkddecgincndfgegkecke |
URL Chính Thức | https://chrome.google.com/webstore/detail/crocobit-wallet/pnlfjmlcjdjgkddecgincndfgegkecke |
Mô tả | Multi-cryptocurrency decentralized wallet |
Kích Thước Tệp | 5.4 MB |
Số Lần Cài Đặt | 165 |
Phiên Bản Hiện Tại | 0.10.0 |
Cập Nhật Lần Cuối | 2021-06-07 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 4.89/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | http://extension.crocobit.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://extension.crocobit.net |
URL Trang Trợ Giúp | https://extension.crocobit.net/contact |
URL Trang Chính Sách Bảo Mật | https://p2p.crocobit.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |