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.”。
擴展截圖
下載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 |
ID | onbnhblnkolloafcmfpclpojcbinjmdo |
官方網址 | 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" ] } |