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
}