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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } } |