ZuPago Crypto Tracker & Converter
Helps Calculate Current Crypto Currency Exchange Live Rates
Cos'è ZuPago Crypto Tracker & Converter?
ZuPago Crypto Tracker & Converter è un'estensione di Chrome sviluppata da http://zupago.pe, e la sua funzione principale è "Helps Calculate Current Crypto Currency Exchange Live Rates".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZuPago Crypto Tracker & Converter
Scarica i file di estensione ZuPago Crypto Tracker & Converter 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
ZuPago Crypto Tracker & Converter, Give Best and reliable life Exchange Rates of Crypto-Currency, it enables you to config which rate is important to you and what to display. Also Enable you to set unlimited notification you can easily monitors live rate by config alert.
Informazioni di Base sull'Estensione
Nome | |
ID | mnalladdhdlgjmjoocjnoolbehpkmhhp |
URL Ufficiale | https://chrome.google.com/webstore/detail/zupago-crypto-tracker-con/mnalladdhdlgjmjoocjnoolbehpkmhhp |
Descrizione | Helps Calculate Current Crypto Currency Exchange Live Rates |
Dimensione del File | 472 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.4.2 |
Ultimo Aggiornamento | 2019-01-09 |
Data di Pubblicazione | 2019-01-09 |
Valutazione | 4.50/5 Totale 16 Valutazioni |
Sviluppatore | http://zupago.pe |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zupago.pe/terms |
URL della Pagina di Aiuto | https://zupago.pe/contact-us |
URL della Pagina della Politica sulla Privacy | https://zupago.pe/terms |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZuPago Crypto Tracker & Converter", "short_name": "ZuPago Crypto Tracker & Converter", "version": "1.4.2", "description": "Helps Calculate Current Crypto Currency Exchange Live Rates", "permissions": [ "storage", "https:\/\/*.zupago.pe\/*", "https:\/\/*.bitcoinaverage.com\/*", "http:\/\/*.zupago.pe\/*", "http:\/\/*.bitcoinaverage.com\/*", "notifications" ], "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' 'sha256-pbz+E3L0g6Nj8+XWmiwq+gQsLaXVSGLpTGLpfFkbCbc=' 'sha256-pbz+E3L0g6Nj8+XWmiwq+gQsLaXVSGLpTGLpfFkbCbc=' 'sha256-hmUatUa8ps28FFeQ0hy1vzqR8OLGYf4uaOrNyUdYeF0=' https:\/\/ssl.google-analytics.com https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "manifest_version": 2 } |