Crypto Asset Balance Tracker

Shows Bitcoin, TUBE, ETN .. balance in FIAT, BTC by current exchange rates right in your browser extension.

Crypto Asset Balance Tracker란 무엇입니까?

Crypto Asset Balance Tracker은(는) Indigital에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows Bitcoin, TUBE, ETN .. balance in FIAT, BTC by current exchange rates right in your browser extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Crypto Asset Balance Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        * Add Your OWN API KEY in SETTINGS FIRST from coinmarketcap
* List your crypto assets
* Enter quantities
* Easy access & see each asset value in FIAT n BTC
* Check /Uncheck which assets should be counted in total balance
* Each asset value in BTC displayed
* manage api key, cache time

----------------------------------------------
Track your Assets balance with one click right in your Chrome based browser!
-----------------------------------------------
Note:
+ it's standalone extension
+ no data is transferred to third parties
+ all data is saved to browsers local storage
+ data is cached for 2 min.
+ coinmarkercap.com API used as source for exchange rates
++ free api key (very limited for all users together..)
+ you can set your own api key in settings


========================
What's new?
- v11.00 (upcoming)
-- last successful update
-- coinmarketcap api error message

- v10.80
-- removed free quote API KEY, as it have been started to use for non-extension use..

- v10.75
--  extension url for sharing added in the settings

- v10.70
--  in the list by clicking on asset name it opens coinmarketcap asset page                    

확장 프로그램 기본 정보

이름 Crypto Asset Balance Tracker Crypto Asset Balance Tracker
ID aioloiphjeihmbbgjojhkcollokjdhma
공식 URL https://chrome.google.com/webstore/detail/crypto-asset-balance-trac/aioloiphjeihmbbgjojhkcollokjdhma
설명 Shows Bitcoin, TUBE, ETN .. balance in FIAT, BTC by current exchange rates right in your browser extension.
파일 크기 225 KB
설치 횟수 151
현재 버전 10.80
최근 업데이트 2021-04-27
출시 날짜 2019-07-02
평점 2.67/5 총 6 개의 평점
개발자 Indigital
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://triphandbook.com
도움말 페이지 URL https://www.facebook.com/triphandbookcom
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Asset Balance Tracker",
    "short_name": "Crypto Balance Tracker",
    "version": "10.80",
    "description": "Shows Bitcoin, TUBE, ETN .. balance in FIAT, BTC by current exchange rates right in your browser extension.",
    "icons": {
        "128": "128x128.png",
        "48": "48x48.png",
        "16": "16x16.png"
    },
    "browser_action": {
        "default_icon": "330x330.png",
        "default_popup": "home.html"
    },
    "permissions": [
        "storage"
    ],
    "background": [],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "main.content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}