Binance Profit Calc
Calculates profit and loss, average price in the Order History
Co to jest Binance Profit Calc?
Binance Profit Calc to rozszerzenie Chrome opracowane przez konrad.nedza, a jego główną funkcją jest „Calculates profit and loss, average price in the Order History”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Binance Profit Calc
Pobierz pliki rozszerzeń Binance Profit Calc 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
Binance Profit Calculator ============ Works only on the Order History on Binance and only for the displayed records. Calculates average buy and sell price, quantity and profit for currency pairs. If you find it useful please consider buying me a beer BTC: 12jEHQemhwmSS99RFpckM92265ZuCFLJh1 ETH: 0x99e257cd9B8eBF206176c9F4Ba19B9591906A35e
Podstawowe informacje o rozszerzeniu
Nazwa | Binance Profit Calc |
ID | aedifhcdabhdfdmochlikgllmnoefcna |
Oficjalny URL | https://chromewebstore.google.com/detail/binance-profit-calc/aedifhcdabhdfdmochlikgllmnoefcna |
Opis | Calculates profit and loss, average price in the Order History |
Rozmiar pliku | 88.79 KB |
Liczba instalacji | 129 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2019-03-29 |
Data Publikacji | 2019-03-29 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | konrad.nedza |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binance Profit Calc", "description": "Calculates profit and loss, average price in the Order History", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/*.binance.com\/*tradeHistory*" ], "js": [ "jquery-3.3.1.js", "script.js" ] } ], "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |