CoinTracker
Bitcoin Taxes, Crypto Portfolio & Prices
Was ist CoinTracker?
CoinTracker ist eine Chrome-Erweiterung, die von jami entwickelt wurde, und ihr Hauptmerkmal ist "Bitcoin Taxes, Crypto Portfolio & Prices".
Erweiterungsscreenshots
CoinTracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie CoinTracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bokddplcahebahnbammiiajlfgpabjgf |
Offizielle URL | https://chrome.google.com/webstore/detail/cointracker/bokddplcahebahnbammiiajlfgpabjgf |
Beschreibung | Bitcoin Taxes, Crypto Portfolio & Prices |
Dateigröße | 540 KB |
Installationsanzahl | 204 |
Aktuelle Version | 1.8 |
Letztes Update | 2023-05-31 |
Veröffentlichungsdatum | 2021-11-21 |
Bewertung | 5.00/5 Insgesamt 12 Bewertungen |
Entwickler | jami |
Zahlungsart | free |
Erweiterungswebsite | https://www.cointracker.io/ |
Unterstützte Sprachen | 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\/;" } } |