Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
Cos'è Trading Profit %?
Trading Profit % è un'estensione di Chrome sviluppata da J@GC APPS, e la sua funzione principale è "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trading Profit %
Scarica i file di estensione Trading Profit % 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
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 :)
Informazioni di Base sull'Estensione
Nome | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
URL Ufficiale | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
Descrizione | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
Dimensione del File | 31.09 KB |
Conteggio Installazioni | 127 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2018-07-25 |
Data di Pubblicazione | 2018-07-24 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | J@GC APPS |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/" ] } |