Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
Trading Profit %คืออะไร?
Trading Profit % เป็นส่วนขยายของ Chrome ที่พัฒนาโดย J@GC APPS และคุณลักษณะหลักของมันคือ "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trading Profit %
ดาวน์โหลดไฟล์ส่วนขยาย Trading Profit % ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
คำอธิบาย | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
ขนาดไฟล์ | 31.09 KB |
จำนวนการติดตั้ง | 127 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2018-07-25 |
วันที่เผยแพร่ | 2018-07-24 |
คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | J@GC APPS |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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:\/\/*\/" ] } |