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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See more information on your crypto wallots, supplementing the balance information that Coinbase offers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Investment Stats for Coinbase एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |