Investment Stats for Coinbase

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

Co je Investment Stats for Coinbase?

Investment Stats for Coinbase je rozšíření Chrome vyvinuté Geek Overdrive Studio, a jeho hlavní funkcí je „See more information on your crypto wallots, supplementing the balance information that Coinbase offers.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Investment Stats for Coinbase

Stáhněte si soubory rozšíření Investment Stats for Coinbase ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Investment Stats for Coinbase Investment Stats for Coinbase
ID hgdhmdhnjphbkcnpihgdnajlpejpcgmo
Oficiální URL https://chromewebstore.google.com/detail/investment-stats-for-coin/hgdhmdhnjphbkcnpihgdnajlpejpcgmo
Popis See more information on your crypto wallots, supplementing the balance information that Coinbase offers.
Velikost souboru 89.67 KB
Počet instalací 25
Aktuální Verze 1.2.1
Poslední Aktualizace 2021-03-19
Datum Vydání 2021-03-09
Vývojář Geek Overdrive Studio
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}