Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
Apa itu Trading Profit %?
Trading Profit % adalah ekstensi Chrome yang dikembangkan oleh J@GC APPS, dan fitur utamanya adalah "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trading Profit %
Unduh file ekstensi Trading Profit % dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 :)
Informasi Dasar Ekstensi
Nama | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
URL Resmi | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
Deskripsi | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
Ukuran File | 31.09 KB |
Jumlah Instalasi | 127 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2018-07-25 |
Tanggal Publikasi | 2018-07-24 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | J@GC APPS |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/" ] } |