eToro Technical Master (v0.74)
One-click tool for eToro
eToro Technical Master (v0.74)란 무엇입니까?
eToro Technical Master (v0.74)은(는) Huu-Nghi Nguyen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click tool for eToro"입니다.
확장 프로그램 스크린샷
eToro Technical Master (v0.74) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |