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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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