eToro Technical Master (v0.74)

One-click tool for eToro

eToro Technical Master (v0.74) क्या है?

eToro Technical Master (v0.74) Huu-Nghi Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-click tool for eToro"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में eToro Technical Master (v0.74) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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) 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
}