Algosys Tradingview Extention

Send automated & Manual Alerts to ALGOSYS

什麼是Algosys Tradingview Extention?

Algosys Tradingview Extention是由tv.algosys開發的Chrome擴展程式,該擴展的主要功能是“Send automated & Manual Alerts to ALGOSYS”。

擴展截圖

screenshot

下載Algosys Tradingview Extention擴展crx文件

下載Algosys Tradingview Extention擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Algosys Tradingview Extention Algosys Tradingview Extention
ID jgfjokjonbleipmcgjddnolficccbmcj
官方網址 https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj
簡介 Send automated & Manual Alerts to ALGOSYS
檔案大小 138 KB
安裝次數 71
目前版本 1.2
更新時間 2022-07-09
上架時間 2022-07-09
評分 5.00/5 共 2 次評分
開發者 tv.algosys
電子郵箱 [email protected]
付費類型 free
擴展官網 https://algosys.co.in
說明頁面URL https://api.whatsapp.com/send/?phone=919903862980&text=TV
支援的語言 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"
    }
}