FXOpen Traders Tools

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

FXOpen Traders Toolsとは何ですか?

FXOpen Traders Toolsはhttp://fxopen.comによって開発されたChromeの拡張機能で、その主な機能は「FXOpen is bringing you the most useful tools for required for successful trading.」です。

拡張機能のスクリーンショット

screenshot

FXOpen Traders Tools拡張機能のCRXファイルをダウンロード

FXOpen Traders Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 FXOpen Traders Tools FXOpen Traders Tools
ID efcenemblnjjgdddnipfihjofokenafg
公式URL https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg
説明 FXOpen is bringing you the most useful tools for required for successful trading.
ファイルサイズ 466 KB
インストール数 68
現在のバージョン 1.2.0
最終更新日 2021-02-18
公開日 2020-03-05
評価 5.00/5 合計 1 レビュー
開発者 http://fxopen.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.fxopen.com
ヘルプページのURL https://fxopen.support
対応言語 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
}