Algosys Tradingview Extention

Send automated & Manual Alerts to ALGOSYS

Algosys Tradingview Extention là gì?

Algosys Tradingview Extention là một tiện ích mở rộng Chrome được phát triển bởi tv.algosys, và tính năng chính của nó là "Send automated & Manual Alerts to ALGOSYS".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Algosys Tradingview Extention

Tải xuống các tệp mở rộng Algosys Tradingview Extention dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is a TradingView extension to Automate any strategy & send alerts to ALGOSYS. Using this extension can place order directly from the TradingView chart to your favourite broker using manual BUY SELL SHORT COVER buttons. This Algosys TradingView Extention can also work with the free version of TradingView too.

For more details visit https://algosys.co.in or send mail to [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Algosys Tradingview Extention Algosys Tradingview Extention
ID jgfjokjonbleipmcgjddnolficccbmcj
URL Chính Thức https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj
Mô tả Send automated & Manual Alerts to ALGOSYS
Kích Thước Tệp 138 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-07-09
Ngày Phát Hành 2022-07-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tv.algosys
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://algosys.co.in
URL Trang Trợ Giúp https://api.whatsapp.com/send/?phone=919903862980&text=TV
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Algosys Tradingview Extention",
    "description": "Send automated & Manual Alerts to ALGOSYS",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tradingview.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js",
                "jquery.min.js"
            ],
            "css": [
                "button.css"
            ]
        }
    ],
    "action": {
        "default_icon": "128.png",
        "default_title": "Algosys Extn",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/trade.algosys.co.in\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tradingview.com\/*"
        ]
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}