Cryptocurrency Portfolio
Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more
Vad är Cryptocurrency Portfolio?
Cryptocurrency Portfolio är en Chrome-tillägg utvecklad av https://cryptoporto.com, och dess huvudfunktion är "Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more".
Tilläggsskärmbilder
Ladda ner Cryptocurrency Portfolio-förlängningens CRX-fil
Ladda ner Cryptocurrency Portfolio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Open Portfolio for your Digital Currencies Make a portfolio for your cryptocurrencies in three clicks without registration. Your porto is open and visible for everybody. With the Cryptoporto extension you can see the value of all your coins in one click: Bitcoin, Ethereum, Litecoin, Dash, Monero, NEO, OmiseGO, Ripple and 800 more.
Grundläggande Information om Tillägg
Namn | |
ID | pnjaenlogfahpkkmmhbenkendmhcaebo |
Officiell webbadress | https://chrome.google.com/webstore/detail/cryptocurrency-portfolio/pnjaenlogfahpkkmmhbenkendmhcaebo |
Beskrivning | Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more |
Filstorlek | 16.23 KB |
Antal Installationer | 376 |
Aktuell Version | 1.30 |
Senast Uppdaterad | 2017-09-30 |
Publiceringsdatum | 2017-09-30 |
Betyg | 4.80/5 Totalt 10 Betyg |
Utvecklare | https://cryptoporto.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://cryptoporto.com/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptocurrency Portfolio", "description": "Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more", "version": "1.30", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "cryptoporto.html" }, "permissions": [ "storage" ] } |