Crocobit Wallet
Multi-cryptocurrency decentralized wallet
Что такое Crocobit Wallet?
Crocobit Wallet - это расширение Chrome, разработанное http://extension.crocobit.net, и его основная функция - "Multi-cryptocurrency decentralized wallet".
Снимки экрана расширения
Скачать файл CRX расширения Crocobit Wallet
Скачайте файлы расширений Crocobit Wallet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |