Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
Hvad er Trading Profit %?
Trading Profit % er en Chrome-udvidelse udviklet af J@GC APPS, og dens hovedfunktion er "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.".
Udvidelsesskærmbilleder
Download Trading Profit %-udvidelses-CRX-fil
Download Trading Profit %-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 :)
Grundlæggende oplysninger om udvidelsen
Navn | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
Officiel URL | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
Beskrivelse | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
Filstørrelse | 31.09 KB |
Antal Installationer | 127 |
Nuværende Version | 1.4 |
Senest Opdateret | 2018-07-25 |
Udgivelsesdato | 2018-07-24 |
Bedømmelse | 4.25/5 Samlet 4 Bedømmelser |
Udvikler | J@GC APPS |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/" ] } |