CryptoVision - Portfolio Tracker

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

Cos'è CryptoVision - Portfolio Tracker?

CryptoVision - Portfolio Tracker è un'estensione di Chrome sviluppata da cryptovisionapp, e la sua funzione principale è "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CryptoVision - Portfolio Tracker

Scarica i file di estensione CryptoVision - Portfolio Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CryptoVision - Portfolio Tracker CryptoVision - Portfolio Tracker
ID fpocfajnfadmkkmlnccdimokahdileob
URL Ufficiale https://chromewebstore.google.com/detail/cryptovision-portfolio-tr/fpocfajnfadmkkmlnccdimokahdileob
Descrizione Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.
Dimensione del File 201 KB
Conteggio Installazioni 119
Versione Corrente 0.1.2
Ultimo Aggiornamento 2017-12-12
Data di Pubblicazione 2017-12-12
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore cryptovisionapp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.cryptovisionapp.com
Lingue Supportate 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"
            }
        }
    }
}