Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
Что такое Trading Profit %?
Trading Profit % - это расширение Chrome, разработанное J@GC APPS, и его основная функция - "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.".
Снимки экрана расширения
Скачать файл CRX расширения Trading Profit %
Скачайте файлы расширений Trading Profit % в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows the user to show the profit percentage in real time when trading in the Bittrex or Poloniex coin market. Note: All processing is done client side - no servers involved, and your privacy is 100% intact. If you like this tool, any donations are accepted :)
Основная информация о расширении
Название | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
Официальный URL | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
Описание | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
Размер файла | 31.09 KB |
Количество установок | 127 |
Текущая Версия | 1.4 |
Последнее Обновление | 2018-07-25 |
Дата публикации | 2018-07-24 |
Рейтинг | 4.25/5 Всего 4 оценок |
Разработчик | J@GC APPS |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.4", "default_locale": "en", "icons": { "48": "icons\/border-48.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/" ] } |