FXOpen Traders Tools

FXOpen is bringing you the most useful tools for required for successful trading.

What is FXOpen Traders Tools?

FXOpen Traders Tools is a Chrome extension developed by http://fxopen.com, and its main feature is "FXOpen is bringing you the most useful tools for required for successful trading.".

Extension Screenshots

screenshot

Download FXOpen Traders Tools Extension CRX File

Download FXOpen Traders Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FXOpen Traders Tools FXOpen Traders Tools
ID efcenemblnjjgdddnipfihjofokenafg
Official URL https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg
Description FXOpen is bringing you the most useful tools for required for successful trading.
File Size 466 KB
Installation Count 68
Current Version 1.2.0
Last Updated 2021-02-18
Publish Date 2020-03-05
Rating 5.00/5 Total 1 Ratings
Developer http://fxopen.com
Email [email protected]
Payment Type free
Extension Website https://www.fxopen.com
Help Page URL https://fxopen.support
Supported Languages 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
}