FXOpen Traders Tools
FXOpen is bringing you the most useful tools for required for successful trading.
Wat is FXOpen Traders Tools?
FXOpen Traders Tools is een Chrome-extensie ontwikkeld door http://fxopen.com, en de belangrijkste functie is "FXOpen is bringing you the most useful tools for required for successful trading.".
Extensie Screenshots
Download het CRX-bestand van de extensie FXOpen Traders Tools
Download FXOpen Traders Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | efcenemblnjjgdddnipfihjofokenafg |
Officiële URL | https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg |
Beschrijving | FXOpen is bringing you the most useful tools for required for successful trading. |
Bestandsgrootte | 466 KB |
Aantal Installaties | 68 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2021-02-18 |
Publicatiedatum | 2020-03-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://fxopen.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.fxopen.com |
Help Pagina-URL | https://fxopen.support |
Ondersteunde Talen | 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 } |