Binance balances in Fiat Currency

Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph

Binance balances in Fiat Currency란 무엇입니까?

Binance balances in Fiat Currency은(는) waqs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph"입니다.

확장 프로그램 스크린샷

screenshot

Binance balances in Fiat Currency 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Add value of USD & JPY & EUR & GBP & CNY & KRW and BTC Rate columns into Binance Balances view. 
https://www.binance.com/userCenter/balances.html
And you can check your all assets in chrome tab.
Click icon to open or move  tab.

Add Your Asset Portfolio in chart!!

バイナンスのウォレットページにて日本円換算のレートと所持金が表示されます。
便利な円チャート付き

if you like it Donation please!!
We add donation address on deposit page!! thank you !
We are not responsible for any losses resulting from use.                    

확장 프로그램 기본 정보

이름 Binance balances in Fiat Currency Binance balances in Fiat Currency
ID imbllmhaembenfnclmpkclabdalghong
공식 URL https://chromewebstore.google.com/detail/binance-balances-in-fiat/imbllmhaembenfnclmpkclabdalghong
설명 Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph
파일 크기 176 KB
설치 횟수 133
현재 버전 0.0.2
최근 업데이트 2018-05-09
출시 날짜 2018-05-09
개발자 waqs
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binance balances in Fiat Currency",
    "short_name": "Binance balances in Fiat Currency",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph",
    "oauth2": {
        "client_id": "106154869894-uafimv5loa7d107udmq1l341bidbb4rg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "icons": {
        "16": "img\/bn.png",
        "48": "img\/bn.png",
        "128": "img\/bn.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/add.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/bn.png",
            "38": "img\/bn.png"
        },
        "default_title": "Binance balances in Fiat Currency"
    },
    "permissions": [
        "background",
        "tabs",
        "https:\/\/api.coindesk.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.binance.com\/*"
            ],
            "css": [
                "add.css"
            ],
            "js": [
                "jquery.min.js",
                "chart.js",
                "chartLabel.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}