Investment Stats for Coinbase
See more information on your crypto wallots, supplementing the balance information that Coinbase offers.
Investment Stats for Coinbase là gì?
Investment Stats for Coinbase là một tiện ích mở rộng Chrome được phát triển bởi Geek Overdrive Studio, và tính năng chính của nó là "See more information on your crypto wallots, supplementing the balance information that Coinbase offers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Investment Stats for Coinbase
Tải xuống các tệp mở rộng Investment Stats for Coinbase dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hgdhmdhnjphbkcnpihgdnajlpejpcgmo |
URL Chính Thức | https://chromewebstore.google.com/detail/investment-stats-for-coin/hgdhmdhnjphbkcnpihgdnajlpejpcgmo |
Mô tả | See more information on your crypto wallots, supplementing the balance information that Coinbase offers. |
Kích Thước Tệp | 89.67 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2021-03-19 |
Ngày Phát Hành | 2021-03-09 |
Nhà Phát Triển | Geek Overdrive Studio |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |