Investment Stats for Coinbase

See more information on your crypto wallots, supplementing the balance information that Coinbase offers.

Was ist Investment Stats for Coinbase?

Investment Stats for Coinbase ist eine Chrome-Erweiterung, die von Geek Overdrive Studio entwickelt wurde, und ihr Hauptmerkmal ist "See more information on your crypto wallots, supplementing the balance information that Coinbase offers.".

Erweiterungsscreenshots

screenshot
screenshot

Investment Stats for Coinbase-Erweiterungs-CRX-Datei herunterladen

Laden Sie Investment Stats for Coinbase-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

                        This extension allows you to see vital information on your investments on Coinbase. It is enabled within the Wallet page of any cryptocurrency.

This extension will show you:
- The amount you have invested
- The net profit of your investments
- The breakeven point of your investments
- The percentage net worth of your investments in comparison to the breakeven point

Once enabled, simply navigate to one of your Coinbase wallets to see your investment statistics.

Currently tested on Chromium browsers only.                    

Grundlegende Informationen zur Erweiterung

Name Investment Stats for Coinbase Investment Stats for Coinbase
ID hgdhmdhnjphbkcnpihgdnajlpejpcgmo
Offizielle URL https://chromewebstore.google.com/detail/investment-stats-for-coin/hgdhmdhnjphbkcnpihgdnajlpejpcgmo
Beschreibung See more information on your crypto wallots, supplementing the balance information that Coinbase offers.
Dateigröße 89.67 KB
Installationsanzahl 25
Aktuelle Version 1.2.1
Letztes Update 2021-03-19
Veröffentlichungsdatum 2021-03-09
Entwickler Geek Overdrive Studio
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Investment Stats for Coinbase",
    "description": "See more information on your crypto wallots, supplementing the balance information that Coinbase offers.",
    "version": "1.2.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coinbase.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}