Binance Profit Calc
Calculates profit and loss, average price in the Order History
Wat is Binance Profit Calc?
Binance Profit Calc is een Chrome-extensie ontwikkeld door konrad.nedza, en de belangrijkste functie is "Calculates profit and loss, average price in the Order History".
Extensie Screenshots
Download het CRX-bestand van de extensie Binance Profit Calc
Download Binance Profit Calc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Binance Profit Calc |
ID | aedifhcdabhdfdmochlikgllmnoefcna |
Officiële URL | https://chromewebstore.google.com/detail/binance-profit-calc/aedifhcdabhdfdmochlikgllmnoefcna |
Beschrijving | Calculates profit and loss, average price in the Order History |
Bestandsgrootte | 88.79 KB |
Aantal Installaties | 129 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2019-03-29 |
Publicatiedatum | 2019-03-29 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | konrad.nedza |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |