FXOpen Traders Tools
FXOpen is bringing you the most useful tools for required for successful trading.
FXOpen Traders Toolsคืออะไร?
FXOpen Traders Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fxopen.com และคุณลักษณะหลักของมันคือ "FXOpen is bringing you the most useful tools for required for successful trading."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FXOpen Traders Tools
ดาวน์โหลดไฟล์ส่วนขยาย FXOpen Traders Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FXOpen is bringing you the most useful tools for required for successful trading. Blog - essential reading for traders interested in getting a greater understanding of the markets. Quotes – real time prices and spreads Economic calendar – current and upcoming events that might affect the markets Disclaimer: CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 60% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you understand how CFDs work, and whether you can afford to take the high risk of losing your money.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | efcenemblnjjgdddnipfihjofokenafg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg |
คำอธิบาย | FXOpen is bringing you the most useful tools for required for successful trading. |
ขนาดไฟล์ | 466 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2021-02-18 |
วันที่เผยแพร่ | 2020-03-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://fxopen.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.fxopen.com |
URL หน้าช่วยเหลือ | https://fxopen.support |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FXOpen Traders Tools", "version": "1.2.0", "description": "FXOpen is bringing you the most useful tools for required for successful trading.", "permissions": [ "declarativeContent", "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' https:\/\/calendar.fxstreet.com https:\/\/fxopen.com https:\/\/cors-anywhere.herokuapp.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html" }, "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |