Trading Profit %

This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.

Was ist Trading Profit %?

Trading Profit % ist eine Chrome-Erweiterung, die von J@GC APPS entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Trading Profit %-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trading Profit %-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 :)                    

Grundlegende Informationen zur Erweiterung

Name Trading Profit % Trading Profit %
ID onlnbjchpccnckejnclhaedhlhnkcdbf
Offizielle URL https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf
Beschreibung This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
Dateigröße 31.09 KB
Installationsanzahl 127
Aktuelle Version 1.4
Letztes Update 2018-07-25
Veröffentlichungsdatum 2018-07-24
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler J@GC APPS
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/"
    ]
}