FXOpen Traders Tools
FXOpen is bringing you the most useful tools for required for successful trading.
Cos'è FXOpen Traders Tools?
FXOpen Traders Tools è un'estensione di Chrome sviluppata da http://fxopen.com, e la sua funzione principale è "FXOpen is bringing you the most useful tools for required for successful trading.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FXOpen Traders Tools
Scarica i file di estensione FXOpen Traders Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | efcenemblnjjgdddnipfihjofokenafg |
URL Ufficiale | https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg |
Descrizione | FXOpen is bringing you the most useful tools for required for successful trading. |
Dimensione del File | 466 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2021-02-18 |
Data di Pubblicazione | 2020-03-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://fxopen.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.fxopen.com |
URL della Pagina di Aiuto | https://fxopen.support |
Lingue Supportate | 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 } |