Position Size Calculator

A lot and position size calculator for forex traders.

Position Size Calculator là gì?

Position Size Calculator là một tiện ích mở rộng Chrome được phát triển bởi ResultFX, và tính năng chính của nó là "A lot and position size calculator for forex traders.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Position Size Calculator

Tải xuống các tệp mở rộng Position Size Calculator 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

                        Position Size Calculator is the ultimate tool for risk-averse traders. It lets you define your trading goals and quickly calculate the optimal position size for any instrument, preserving your capital and helping you stay in the game longer. With its intuitive design and flexible settings, Position Size Calculator makes managing your risk easier than ever before!                    

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

Tên Position Size Calculator Position Size Calculator
ID jplgpdhnkcjliikneckpjglldpgkpjhf
URL Chính Thức https://chromewebstore.google.com/detail/position-size-calculator/jplgpdhnkcjliikneckpjglldpgkpjhf
Mô tả A lot and position size calculator for forex traders.
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 351
Phiên Bản Hiện Tại 0.01
Cập Nhật Lần Cuối 2023-01-11
Ngày Phát Hành 2023-01-10
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ResultFX
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://forexstrategy12345.blogspot.com/2023/01/position-size-calculator.html
URL Trang Trợ Giúp https://forexstrategy12345.blogspot.com/p/contact-us.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Position Size Calculator",
    "description": "A lot and position size calculator for forex traders.",
    "version": "0.01",
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/bootstrap.min.js",
                "js\/tasks.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}