Binance Profit Calc

Calculates profit and loss, average price in the Order History

What is Binance Profit Calc?

Binance Profit Calc is a Chrome extension developed by konrad.nedza, and its main feature is "Calculates profit and loss, average price in the Order History".

Extension Screenshots

screenshot

Download Binance Profit Calc Extension CRX File

Download Binance Profit Calc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Binance Profit Calc Binance Profit Calc
ID aedifhcdabhdfdmochlikgllmnoefcna
Official URL https://chromewebstore.google.com/detail/binance-profit-calc/aedifhcdabhdfdmochlikgllmnoefcna
Description Calculates profit and loss, average price in the Order History
File Size 88.79 KB
Installation Count 129
Current Version 0.1.0
Last Updated 2019-03-29
Publish Date 2019-03-29
Rating 1.00/5 Total 2 Ratings
Developer konrad.nedza
Payment Type free
Supported Languages 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"
    }
}