CoinTracker
Bitcoin Taxes, Crypto Portfolio & Prices
CoinTracker क्या है?
CoinTracker jami द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bitcoin Taxes, Crypto Portfolio & Prices"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CoinTracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CoinTracker is a cryptocurrency portfolio tracker & tax calculator. It seamlessly integrates your existing cryptocurrency exchanges and wallets. CoinTracker is the most trusted place to monitor your cryptocurrency portfolio and calculate your taxes. Easily track your portfolio in one place, view your return on investment, your unified transaction history, crypto balances, and much more. CoinTracker supports all the top exchanges, wallets, and over 2,500 cryptocurrencies. With this extension you take a quick peek at your portfolio, get a clear picture of your crypto investments, including the current portfolio, your return on investment over time, and more.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bokddplcahebahnbammiiajlfgpabjgf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cointracker/bokddplcahebahnbammiiajlfgpabjgf |
विवरण | Bitcoin Taxes, Crypto Portfolio & Prices |
फ़ाइल का आकार | 540 KB |
स्थापना संख्या | 204 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2023-05-31 |
प्रकाशन तिथि | 2021-11-21 |
रेटिंग | 5.00/5 कुल 12 रेटिंग्स |
डेवलपर | jami |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.cointracker.io/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinTracker", "description": "Bitcoin Taxes, Crypto Portfolio & Prices", "version": "1.8", "manifest_version": 3, "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "action": { "default_title": "Bitcoin Taxes, Crypto Portfolio & Prices", "default_icon": "icon-128x128.png", "default_popup": "index.html" }, "host_permissions": [ "https:\/\/www.cointracker.io\/*", "http:\/\/localhost:5000\/*", "http:\/\/localhost.charlesproxy.com:5000\/*" ], "permissions": [ "tabs", "scripting", "activeTab" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/www.cointracker.io\/;" } } |