CryptoVision - Portfolio Tracker

Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.

Was ist CryptoVision - Portfolio Tracker?

CryptoVision - Portfolio Tracker ist eine Chrome-Erweiterung, die von cryptovisionapp entwickelt wurde, und ihr Hauptmerkmal ist "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

CryptoVision - Portfolio Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie CryptoVision - Portfolio Tracker-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

                        Have super-vision by seeing crypto prices right in your browser tabs. This is the fastest way to feed your crypto addiction.

You will be able to track your portfolio of Bitcoin and Cryptocurrency prices on the browser in the quickest, most productive way possible. 

- Add unlimited coins to your watchlist.
- Curate your watchlist to suit your portfolio.
- Drag & Drop to reorder.
- First coin's price shown directly in tab.
- Pricing information straight from Coinmarketcap.

Best of all, No Navigation Necessary.                    

Grundlegende Informationen zur Erweiterung

Name CryptoVision - Portfolio Tracker CryptoVision - Portfolio Tracker
ID fpocfajnfadmkkmlnccdimokahdileob
Offizielle URL https://chromewebstore.google.com/detail/cryptovision-portfolio-tr/fpocfajnfadmkkmlnccdimokahdileob
Beschreibung Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.
Dateigröße 201 KB
Installationsanzahl 119
Aktuelle Version 0.1.2
Letztes Update 2017-12-12
Veröffentlichungsdatum 2017-12-12
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler cryptovisionapp
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.cryptovisionapp.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoVision - Portfolio Tracker",
    "short_name": "CryptoVision",
    "description": "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.",
    "icons": {
        "128": "img\/cv-128.png"
    },
    "version": "0.1.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/api.coinmarketcap.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X",
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        }
    }
}