CoinTracker

Bitcoin Taxes, Crypto Portfolio & Prices

CoinTrackerとは何ですか?

CoinTrackerはjamiによって開発されたChromeの拡張機能で、その主な機能は「Bitcoin Taxes, Crypto Portfolio & Prices」です。

拡張機能のスクリーンショット

screenshot

CoinTracker拡張機能のCRXファイルをダウンロード

CoinTracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CoinTracker CoinTracker
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\/;"
    }
}