FXOpen Traders Tools
FXOpen is bringing you the most useful tools for required for successful trading.
O que é FXOpen Traders Tools?
FXOpen Traders Tools é uma extensão do Chrome desenvolvida por http://fxopen.com, e sua principal característica é "FXOpen is bringing you the most useful tools for required for successful trading.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FXOpen Traders Tools
Baixe arquivos de extensão FXOpen Traders Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | efcenemblnjjgdddnipfihjofokenafg |
URL Oficial | https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg |
Descrição | FXOpen is bringing you the most useful tools for required for successful trading. |
Tamanho do Arquivo | 466 KB |
Contagem de Instalações | 68 |
Versão Atual | 1.2.0 |
Última Atualização | 2021-02-18 |
Data de Publicação | 2020-03-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://fxopen.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.fxopen.com |
URL da Página de Ajuda | https://fxopen.support |
Idiomas Suportados | 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 } |