Investment Stats for Coinbase

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

Τι είναι το Investment Stats for Coinbase;

Το Investment Stats for Coinbase είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Geek Overdrive Studio, και η κύρια λειτουργία του είναι "See more information on your crypto wallots, supplementing the balance information that Coinbase offers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Investment Stats for Coinbase

Λήψη αρχείων επέκτασης Investment Stats for Coinbase σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Investment Stats for Coinbase Investment Stats for Coinbase
ID hgdhmdhnjphbkcnpihgdnajlpejpcgmo
Επίσημο URL https://chromewebstore.google.com/detail/investment-stats-for-coin/hgdhmdhnjphbkcnpihgdnajlpejpcgmo
Περιγραφή See more information on your crypto wallots, supplementing the balance information that Coinbase offers.
Μέγεθος Αρχείου 89.67 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2021-03-19
Ημερομηνία Δημοσίευσης 2021-03-09
Προγραμματιστής Geek Overdrive Studio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}