Binance portfolio distribution and price

See the distribution and the value of your Binance Portfolio

Was ist Binance portfolio distribution and price?

Binance portfolio distribution and price ist eine Chrome-Erweiterung, die von nim.izadi entwickelt wurde, und ihr Hauptmerkmal ist "See the distribution and the value of your Binance Portfolio".

Erweiterungsscreenshots

screenshot

Binance portfolio distribution and price-Erweiterungs-CRX-Datei herunterladen

Laden Sie Binance portfolio distribution and price-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - Choose in which currency you want to see your Binance Portfolio: USD, EUR, GBP, CNY or BTC
- See the value of each of your holding
- See the distribution of your assets: 30% BTC, 25% ETH, etc.
- See last 1h / 24h / 1d change
- See coin price                    

Grundlegende Informationen zur Erweiterung

Name Binance portfolio distribution and price Binance portfolio distribution and price
ID hehgjfflnnegoonpmohkklklgfpgdcmg
Offizielle URL https://chromewebstore.google.com/detail/binance-portfolio-distrib/hehgjfflnnegoonpmohkklklgfpgdcmg
Beschreibung See the distribution and the value of your Binance Portfolio
Dateigröße 134 KB
Installationsanzahl 71
Aktuelle Version 1.0.9
Letztes Update 2018-01-23
Veröffentlichungsdatum 2018-01-23
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler nim.izadi
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "name": "Binance portfolio distribution and price",
    "manifest_version": 2,
    "description": "See the distribution and the value of your Binance Portfolio",
    "browser_action": {
        "default_title": "Binance portfolio",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/api.coindesk.com\/ http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
}