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是由Geek Overdrive Studio開發的Chrome擴展程式,該擴展的主要功能是“See more information on your crypto wallots, supplementing the balance information that Coinbase offers.”。

擴展截圖

screenshot
screenshot

下載Investment Stats for Coinbase擴展crx文件

下載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
官方網址 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"
    }
}