CoinTracker
Bitcoin Taxes, Crypto Portfolio & Prices
CoinTracker란 무엇입니까?
CoinTracker은(는) jami에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bitcoin Taxes, Crypto Portfolio & Prices"입니다.
확장 프로그램 스크린샷
CoinTracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/;" } } |