ZuPago Crypto Tracker & Converter
Helps Calculate Current Crypto Currency Exchange Live Rates
Wat is ZuPago Crypto Tracker & Converter?
ZuPago Crypto Tracker & Converter is een Chrome-extensie ontwikkeld door http://zupago.pe, en de belangrijkste functie is "Helps Calculate Current Crypto Currency Exchange Live Rates".
Extensie Screenshots
Download het CRX-bestand van de extensie ZuPago Crypto Tracker & Converter
Download ZuPago Crypto Tracker & Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mnalladdhdlgjmjoocjnoolbehpkmhhp |
Officiële URL | https://chrome.google.com/webstore/detail/zupago-crypto-tracker-con/mnalladdhdlgjmjoocjnoolbehpkmhhp |
Beschrijving | Helps Calculate Current Crypto Currency Exchange Live Rates |
Bestandsgrootte | 472 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.4.2 |
Laatst Bijgewerkt | 2019-01-09 |
Publicatiedatum | 2019-01-09 |
Beoordeling | 4.50/5 Totaal 16 Beoordelingen |
Ontwikkelaar | http://zupago.pe |
Betalingswijze | free |
Extensiewebsite | https://zupago.pe/terms |
Help Pagina-URL | https://zupago.pe/contact-us |
URL van de Privacybeleid Pagina | https://zupago.pe/terms |
Ondersteunde Talen | 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 } |