eToro Technical Master (v0.74)
One-click tool for eToro
eToro Technical Master (v0.74)คืออะไร?
eToro Technical Master (v0.74) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Huu-Nghi Nguyen และคุณลักษณะหลักของมันคือ "One-click tool for eToro"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eToro Technical Master (v0.74)
ดาวน์โหลดไฟล์ส่วนขยาย eToro Technical Master (v0.74) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Update 06 January 2022 This plugin has updated the changed UI from eToro eToro technical master helps you to visually compute the Risk-Reward ratio, the stoploss as well as the profit. This plugin supports to quickly set position by only one click As you know well, three keys to be success in the market: 1. Trading strategy 2. Psychological management 3. Porfolio management and this plugin will have you to achieve the porfolio management without any force. The only one thing you need to focus is your analysis! Look so well right? This plugin is for you in cases where you are using eToro broker and: 1. You are a technical trader or you are using frequently the technical in your trades 2. You cannot trade until carefully study the instrument 3. You cannot trade until knowing your limits: the Stoploss and the Profit 4. You are boring of calculating the Risk-Reward Ratio, the leverage, etc 5. You need one-click to set your position If this plugin helps you win the market please rate the extension and support us a coffee, we need you ^^ https://paypal.me/donnghi/15
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | eToro Technical Master (v0.74) |
ID | joghapgfanlihjaamcgdikbfeocjphio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/etoro-technical-master-v0/joghapgfanlihjaamcgdikbfeocjphio |
คำอธิบาย | One-click tool for eToro |
ขนาดไฟล์ | 397 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 0.74 |
อัปเดตครั้งล่าสุด | 2022-01-07 |
วันที่เผยแพร่ | 2020-12-28 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Huu-Nghi Nguyen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eToro Technical Master (v0.74)", "short_name": "eToro-Master", "description": "One-click tool for eToro", "version": "0.74", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.etoro.com\/*" ], "css": [ ".\/dist\/style.css" ], "js": [ ".\/dist\/contents.js" ], "permissions": [ "activeTab", "tabs", "storage" ] } ], "background": { "scripts": [ ".\/dist\/background.js" ] }, "web_accessible_resources": [ "html\/sidebar_plugin.html", "html\/porfolio_plugin.html", "html\/donate.html", "html\/error.html" ], "icons": { "128": "img\/risk-reward-icon.png" }, "manifest_version": 2 } |