FXOpen Traders Tools

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

FXOpen Traders Tools là gì?

FXOpen Traders Tools là một tiện ích mở rộng Chrome được phát triển bởi http://fxopen.com, và tính năng chính của nó là "FXOpen is bringing you the most useful tools for required for successful trading.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FXOpen Traders Tools

Tải xuống các tệp mở rộng FXOpen Traders Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FXOpen Traders Tools FXOpen Traders Tools
ID efcenemblnjjgdddnipfihjofokenafg
URL Chính Thức https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg
Mô tả FXOpen is bringing you the most useful tools for required for successful trading.
Kích Thước Tệp 466 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2021-02-18
Ngày Phát Hành 2020-03-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://fxopen.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fxopen.com
URL Trang Trợ Giúp https://fxopen.support
Ngôn Ngữ Được Hỗ Trợ 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
}