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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows Bitcoin, TUBE, ETN .. balance in FIAT, BTC by current exchange rates right in your browser extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crypto Asset Balance Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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:\/\/*\/*" ] } ] } |