Crypto Asset Balance Tracker

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

Cos'è Crypto Asset Balance Tracker?

Crypto Asset Balance Tracker è un'estensione di Chrome sviluppata da Indigital, e la sua funzione principale è "Shows Bitcoin, TUBE, ETN .. balance in FIAT, BTC by current exchange rates right in your browser extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crypto Asset Balance Tracker

Scarica i file di estensione Crypto Asset Balance Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        * 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                    

Informazioni di Base sull'Estensione

Nome Crypto Asset Balance Tracker Crypto Asset Balance Tracker
ID aioloiphjeihmbbgjojhkcollokjdhma
URL Ufficiale https://chrome.google.com/webstore/detail/crypto-asset-balance-trac/aioloiphjeihmbbgjojhkcollokjdhma
Descrizione Shows Bitcoin, TUBE, ETN .. balance in FIAT, BTC by current exchange rates right in your browser extension.
Dimensione del File 225 KB
Conteggio Installazioni 151
Versione Corrente 10.80
Ultimo Aggiornamento 2021-04-27
Data di Pubblicazione 2019-07-02
Valutazione 2.67/5 Totale 6 Valutazioni
Sviluppatore Indigital
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://triphandbook.com
URL della Pagina di Aiuto https://www.facebook.com/triphandbookcom
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}