Trading Profit %

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

Vad är Trading Profit %?

Trading Profit % är en Chrome-tillägg utvecklad av J@GC APPS, och dess huvudfunktion är "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Trading Profit %-förlängningens CRX-fil

Ladda ner Trading Profit %-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Trading Profit % Trading Profit %
ID onlnbjchpccnckejnclhaedhlhnkcdbf
Officiell webbadress https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf
Beskrivning This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
Filstorlek 31.09 KB
Antal Installationer 127
Aktuell Version 1.4
Senast Uppdaterad 2018-07-25
Publiceringsdatum 2018-07-24
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare J@GC APPS
E-post [email protected]
Betalningssätt free
Stödda Språk 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:\/\/*\/"
    ]
}