CryptoVision - Portfolio Tracker
Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.
CryptoVision - Portfolio Tracker क्या है?
CryptoVision - Portfolio Tracker cryptovisionapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CryptoVision - Portfolio Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have super-vision by seeing crypto prices right in your browser tabs. This is the fastest way to feed your crypto addiction. You will be able to track your portfolio of Bitcoin and Cryptocurrency prices on the browser in the quickest, most productive way possible. - Add unlimited coins to your watchlist. - Curate your watchlist to suit your portfolio. - Drag & Drop to reorder. - First coin's price shown directly in tab. - Pricing information straight from Coinmarketcap. Best of all, No Navigation Necessary.
एक्सटेंशन की मूल जानकारी
नाम | CryptoVision - Portfolio Tracker |
ID | fpocfajnfadmkkmlnccdimokahdileob |
आधिकारिक URL | https://chromewebstore.google.com/detail/cryptovision-portfolio-tr/fpocfajnfadmkkmlnccdimokahdileob |
विवरण | Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary. |
फ़ाइल का आकार | 201 KB |
स्थापना संख्या | 119 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2017-12-12 |
प्रकाशन तिथि | 2017-12-12 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | cryptovisionapp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.cryptovisionapp.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoVision - Portfolio Tracker", "short_name": "CryptoVision", "description": "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.", "icons": { "128": "img\/cv-128.png" }, "version": "0.1.2", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/api.coinmarketcap.com\/*" ], "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+X", "linux": "Ctrl+Shift+X", "windows": "Ctrl+Shift+X", "mac": "Command+Shift+X" } } } } |