Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
Co to jest Trading Profit %?
Trading Profit % to rozszerzenie Chrome opracowane przez J@GC APPS, a jego główną funkcją jest „This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trading Profit %
Pobierz pliki rozszerzeń Trading Profit % w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :)
Podstawowe informacje o rozszerzeniu
Nazwa | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
Oficjalny URL | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
Opis | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
Rozmiar pliku | 31.09 KB |
Liczba instalacji | 127 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2018-07-25 |
Data Publikacji | 2018-07-24 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | J@GC APPS |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/" ] } |