Trading Risk Manager
Helps the trader with his calculations before buying a security.
Trading Risk Managerคืออะไร?
Trading Risk Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hadi Yahia และคุณลักษณะหลักของมันคือ "Helps the trader with his calculations before buying a security."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trading Risk Manager
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |