TradingView Alerts

Sends TradingView.com alerts into Telegram/Discord/MT4/MT5/FXTS2 as orders, alerts or channel posts

TradingView Alertsคืออะไร?

TradingView Alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://profitrobots.com และคุณลักษณะหลักของมันคือ "Sends TradingView.com alerts into Telegram/Discord/MT4/MT5/FXTS2 as orders, alerts or channel posts"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TradingView Alerts

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

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

                        Sends TradingView.com alerts into: 
- Telegram and Discord account, channel or a group/chat;
- MetaTrder 4, MetaTrader 5, FXTS2 (experimental feature).

Sends alerts from indicators and from a screener.

You need to keep TradingView.com open in a browser in order these extension to work.                    

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

ชื่อ TradingView Alerts TradingView Alerts
ID ojbnlipjeadjbehiplciekcdpfikkbib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tradingview-alerts/ojbnlipjeadjbehiplciekcdpfikkbib
คำอธิบาย Sends TradingView.com alerts into Telegram/Discord/MT4/MT5/FXTS2 as orders, alerts or channel posts
ขนาดไฟล์ 1.38 MB
จำนวนการติดตั้ง 1,804
เวอร์ชันปัจจุบัน 1.0.55
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2020-06-11
คะแนน 2.50/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://profitrobots.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://profitrobots.com/Home/Policy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_title__",
    "short_name": "__MSG_extension_title__",
    "description": "__MSG_extension_desc__",
    "version": "1.0.55",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_popup": "main.html",
        "default_icon": "icon128.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "oauth2": {
        "client_id": "984997579345-sgdombkmdc6hk9enuo8qmov00rg0t9rv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuIJUy+fSvWxBVctqYXUAGSpZCSFHTWLnbCO0X0+jPubMF+owz7tWlyXTUAthDlwgqvyYcsXO93nagwmYwr4YA4RLfaOsvEl933S153ywT74ByHgXjydZSAL0UmIk0xnP4GzBDhZaLGJtOv28ew4DI6v5Tc2zzE8q+SB06YuoDNqlsY9rNdpsch8cOSc6kqi18cCavUUHmNjRIGhMnsTmzhio4i1ef2QGcAfk+l9Tbl8AbT5LzcVjMTKIc6f9RFF4gcmpUUqGaCmISNkzkfjLsY1qMNEZUo1RvICuzVJorYf+9ZwSGxsyX4vinIah\/+g7nudCvB3Q2zu5oZlW12RjdwIDAQAB",
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery-3.1.1.min.js",
                "js\/common.js",
                "js\/parsing\/MultiMessagesV1.js",
                "js\/parsing\/MultiMessagesV2.js",
                "js\/parsing\/MultiMessagesV3.js",
                "js\/parsing\/MultiMessagesV4.js",
                "js\/parsing\/SingleV1.js",
                "js\/parsing\/SingleV2.js",
                "js\/parsing\/SingleV3.js",
                "js\/parsing\/SingleV4.js",
                "js\/parsing\/SingleV5.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "https:\/\/*.tradingview.com\/*",
        "http:\/\/profitrobots.com\/api\/v1\/notification",
        "http:\/\/localhost:5000\/api\/v1\/notification",
        "https:\/\/www.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "content_handler.js"
    ]
}