FXOpen Traders Tools
FXOpen is bringing you the most useful tools for required for successful trading.
Was ist FXOpen Traders Tools?
FXOpen Traders Tools ist eine Chrome-Erweiterung, die von http://fxopen.com entwickelt wurde, und ihr Hauptmerkmal ist "FXOpen is bringing you the most useful tools for required for successful trading.".
Erweiterungsscreenshots
FXOpen Traders Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie FXOpen Traders Tools-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | efcenemblnjjgdddnipfihjofokenafg |
Offizielle URL | https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg |
Beschreibung | FXOpen is bringing you the most useful tools for required for successful trading. |
Dateigröße | 466 KB |
Installationsanzahl | 68 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2021-02-18 |
Veröffentlichungsdatum | 2020-03-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://fxopen.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.fxopen.com |
Hilfeseite URL | https://fxopen.support |
Unterstützte Sprachen | 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 } |