CoinTracker
Bitcoin Taxes, Crypto Portfolio & Prices
Wat is CoinTracker?
CoinTracker is een Chrome-extensie ontwikkeld door jami, en de belangrijkste functie is "Bitcoin Taxes, Crypto Portfolio & Prices".
Extensie Screenshots
Download het CRX-bestand van de extensie CoinTracker
Download CoinTracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bokddplcahebahnbammiiajlfgpabjgf |
Officiële URL | https://chrome.google.com/webstore/detail/cointracker/bokddplcahebahnbammiiajlfgpabjgf |
Beschrijving | Bitcoin Taxes, Crypto Portfolio & Prices |
Bestandsgrootte | 540 KB |
Aantal Installaties | 204 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2023-05-31 |
Publicatiedatum | 2021-11-21 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | jami |
Betalingswijze | free |
Extensiewebsite | https://www.cointracker.io/ |
Ondersteunde Talen | 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\/;" } } |