FXOpen Traders Tools

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

Co to jest FXOpen Traders Tools?

FXOpen Traders Tools to rozszerzenie Chrome opracowane przez http://fxopen.com, a jego główną funkcją jest „FXOpen is bringing you the most useful tools for required for successful trading.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FXOpen Traders Tools

Pobierz pliki rozszerzeń FXOpen Traders Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FXOpen Traders Tools FXOpen Traders Tools
ID efcenemblnjjgdddnipfihjofokenafg
Oficjalny URL https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg
Opis FXOpen is bringing you the most useful tools for required for successful trading.
Rozmiar pliku 466 KB
Liczba instalacji 68
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2021-02-18
Data Publikacji 2020-03-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://fxopen.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.fxopen.com
Adres URL Strony Pomocy https://fxopen.support
Obsługiwane Języki 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
}