ZuPago Crypto Tracker & Converter
Helps Calculate Current Crypto Currency Exchange Live Rates
Qu'est-ce que ZuPago Crypto Tracker & Converter ?
ZuPago Crypto Tracker & Converter est une extension Chrome développée par http://zupago.pe, et sa fonction principale est "Helps Calculate Current Crypto Currency Exchange Live Rates".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ZuPago Crypto Tracker & Converter
Téléchargez les fichiers d'extension ZuPago Crypto Tracker & Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mnalladdhdlgjmjoocjnoolbehpkmhhp |
URL Officiel | https://chrome.google.com/webstore/detail/zupago-crypto-tracker-con/mnalladdhdlgjmjoocjnoolbehpkmhhp |
Description | Helps Calculate Current Crypto Currency Exchange Live Rates |
Taille du Fichier | 472 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.4.2 |
Dernière Mise à Jour | 2019-01-09 |
Date de Publication | 2019-01-09 |
Évaluation | 4.50/5 Total 16 Évaluations |
Développeur | http://zupago.pe |
Type de Paiement | free |
Site Web de l'Extension | https://zupago.pe/terms |
URL de la Page d'Aide | https://zupago.pe/contact-us |
URL de la Page de Politique de Confidentialité | https://zupago.pe/terms |
Langues Prises en Charge | 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 } |