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ファイルをダウンロード

Trading Risk Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}