Exness MT5 TT Copier

A Chrome extension to copy trades from Telegram to web trading terminals.

Exness MT5 TT Copierคืออะไร?

Exness MT5 TT Copier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apex Digitalhub และคุณลักษณะหลักของมันคือ "A Chrome extension to copy trades from Telegram to web trading terminals."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exness MT5 TT Copier

ดาวน์โหลดไฟล์ส่วนขยาย Exness MT5 TT Copier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enhance Your Trading with the Exness Telegram Trade Copier

Experience the future of trading automation with our cutting-edge Chrome extension, the Exness Telegram Trade Copier Bot. Designed to simplify your trading journey, this innovative tool empowers forex traders to automate their trades seamlessly.

Key Features:

1. Instant Signal Replication: Say goodbye to manual trade execution. Our bot monitors your selected Telegram channel in real-time, swiftly replicating and executing trading signals as soon as they are released.

2. Precision and Consistency: Engineered to mimic the expertise of seasoned traders, the bot ensures your trades are executed with precision and consistency, allowing you to focus on your daily activities.

3. Time Efficiency: Reclaim your time and boost your efficiency. No more waiting for signal updates or market analysis – let the bot handle it all for you.

Why Choose Our Chrome Extension:

- Suitable for All Levels: Whether you're a seasoned trader or just starting, the Exness Telegram Trade Copier Bot caters to traders of all levels.

- Customization: Tailor the bot to your unique trading needs. Request customization for your personal or preferred trading channels.

- Flexible Pricing: Enjoy flexible pricing options, including free access through our Telegram channel and paid customization plans that suit your budget.

- Security: Rest assured, the bot operates securely, ensuring the safety of your trading activities.

Don't miss the opportunity to simplify your trading strategy and maximize your potential. Join the ranks of traders who have harnessed the power of automation.

Start trading smarter and with confidence today. Download the Exness Telegram Trade Copier Bot Chrome extension and take control of your trading journey.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Exness MT5 TT Copier Exness MT5 TT Copier
ID hhjdnemhnliknadodollgkoipbobdbfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exness-mt5-tt-copier/hhjdnemhnliknadodollgkoipbobdbfb
คำอธิบาย A Chrome extension to copy trades from Telegram to web trading terminals.
ขนาดไฟล์ 280 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2023-12-29
วันที่เผยแพร่ 2023-10-09
ผู้พัฒนา Apex Digitalhub
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apexdigitalhub.com/
URL หน้านโยบายความเป็นส่วนตัว https://apexdigitalhub.com/privacy-policy-for-apex-digitalhub
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Exness MT5 TT Copier",
    "version": "1.1.5",
    "description": "A Chrome extension to copy trades from Telegram to web trading terminals.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "pop\/popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "16": "images\/1.png",
        "48": "images\/1.png",
        "128": "images\/1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.ex-markets.com\/webtrading\/*",
                "https:\/\/my.exeness.com\/webtrading\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ]
        }
    ]
}