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"
    }
}