Binance Profit Calc
Calculates profit and loss, average price in the Order History
Binance Profit Calc란 무엇입니까?
Binance Profit Calc은(는) konrad.nedza에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates profit and loss, average price in the Order History"입니다.
확장 프로그램 스크린샷
Binance Profit Calc 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Binance Profit Calc |
ID | aedifhcdabhdfdmochlikgllmnoefcna |
공식 URL | https://chromewebstore.google.com/detail/binance-profit-calc/aedifhcdabhdfdmochlikgllmnoefcna |
설명 | Calculates profit and loss, average price in the Order History |
파일 크기 | 88.79 KB |
설치 횟수 | 129 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2019-03-29 |
출시 날짜 | 2019-03-29 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | konrad.nedza |
결제 유형 | free |
지원되는 언어 | 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" } } |