Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
¿Qué es Trading Profit %?
Trading Profit % es una extensión de Chrome desarrollada por J@GC APPS, y su función principal es "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Trading Profit %
Descarga archivos de extensión Trading Profit % en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension allows the user to show the profit percentage in real time when trading in the Bittrex or Poloniex coin market. Note: All processing is done client side - no servers involved, and your privacy is 100% intact. If you like this tool, any donations are accepted :)
Información Básica de la Extensión
Nombre | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
URL Oficial | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
Descripción | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
Tamaño del Archivo | 31.09 KB |
Cantidad de Instalaciones | 127 |
Versión Actual | 1.4 |
Última Actualización | 2018-07-25 |
Fecha de Publicación | 2018-07-24 |
Calificación | 4.25/5 Total de 4 Calificaciones |
Desarrollador | J@GC APPS |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.4", "default_locale": "en", "icons": { "48": "icons\/border-48.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/" ] } |