CoinTracker
Bitcoin Taxes, Crypto Portfolio & Prices
Co to jest CoinTracker?
CoinTracker to rozszerzenie Chrome opracowane przez jami, a jego główną funkcją jest „Bitcoin Taxes, Crypto Portfolio & Prices”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CoinTracker
Pobierz pliki rozszerzeń CoinTracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bokddplcahebahnbammiiajlfgpabjgf |
Oficjalny URL | https://chrome.google.com/webstore/detail/cointracker/bokddplcahebahnbammiiajlfgpabjgf |
Opis | Bitcoin Taxes, Crypto Portfolio & Prices |
Rozmiar pliku | 540 KB |
Liczba instalacji | 204 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2023-05-31 |
Data Publikacji | 2021-11-21 |
Ocena | 5.00/5 Łącznie 12 Oceny |
Deweloper | jami |
Typ Płatności | free |
Strona Rozszerzenia | https://www.cointracker.io/ |
Obsługiwane Języki | 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\/;" } } |