Trading Risk Manager

Helps the trader with his calculations before buying a security.

Trading Risk Manager란 무엇입니까?

Trading Risk Manager은(는) Hadi Yahia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps the trader with his calculations before buying a security."입니다.

확장 프로그램 스크린샷

screenshot

Trading Risk Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This app allows you to quickly have the result of several important calculations when you start a new trade.

To use it with an advanced broker software, like Questrade IQ Edge or Interactive Brokers' Traders Workstation, we recommend you to install WindowTop so that the Risk manager window stay on the top of the screen.

You can also put a shortcut of the extension on your desktop (so you don't have to open a browser window to open a new scanner) by following these steps:

1 - Go to this link : (chrome-extension://onbnhblnkolloafcmfpclpojcbinjmdo/popup.html) with your browser after installing Trading Risk Manager
2 - Click on the 3-dot chrome button at the far right of the browser window.
3 - Click on "More tools"
4 - Click on "Create a shortcut"
Please note that we do not store any of your information.                    

확장 프로그램 기본 정보

이름 Trading Risk Manager Trading Risk Manager
ID onbnhblnkolloafcmfpclpojcbinjmdo
공식 URL https://chromewebstore.google.com/detail/trading-risk-manager/onbnhblnkolloafcmfpclpojcbinjmdo
설명 Helps the trader with his calculations before buying a security.
파일 크기 44.39 KB
설치 횟수 13
현재 버전 1.1.1
최근 업데이트 2020-12-09
출시 날짜 2020-10-16
개발자 Hadi Yahia
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trading Risk Manager",
    "manifest_version": 2,
    "version": "1.1.1",
    "description": "Helps the trader with his calculations before buying a security.",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ]
}