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
电子邮箱 [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
}