Position Size Calculator

A lot and position size calculator for forex traders.

Position Size Calculatorคืออะไร?

Position Size Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ResultFX และคุณลักษณะหลักของมันคือ "A lot and position size calculator for forex traders."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Position Size Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Position Size Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Position Size Calculator Position Size Calculator
ID jplgpdhnkcjliikneckpjglldpgkpjhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/position-size-calculator/jplgpdhnkcjliikneckpjglldpgkpjhf
คำอธิบาย A lot and position size calculator for forex traders.
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 351
เวอร์ชันปัจจุบัน 0.01
อัปเดตครั้งล่าสุด 2023-01-11
วันที่เผยแพร่ 2023-01-10
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ResultFX
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://forexstrategy12345.blogspot.com/2023/01/position-size-calculator.html
URL หน้าช่วยเหลือ https://forexstrategy12345.blogspot.com/p/contact-us.html
ภาษาที่รองรับ 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
}