FXOpen Traders Tools
FXOpen is bringing you the most useful tools for required for successful trading.
Qu'est-ce que FXOpen Traders Tools ?
FXOpen Traders Tools est une extension Chrome développée par http://fxopen.com, et sa fonction principale est "FXOpen is bringing you the most useful tools for required for successful trading.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FXOpen Traders Tools
Téléchargez les fichiers d'extension FXOpen Traders Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | efcenemblnjjgdddnipfihjofokenafg |
URL Officiel | https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg |
Description | FXOpen is bringing you the most useful tools for required for successful trading. |
Taille du Fichier | 466 KB |
Nombre d'Installations | 68 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-02-18 |
Date de Publication | 2020-03-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://fxopen.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.fxopen.com |
URL de la Page d'Aide | https://fxopen.support |
Langues Prises en Charge | 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 } |