Algosys Tradingview Extention

Send automated & Manual Alerts to ALGOSYS

O que é Algosys Tradingview Extention?

Algosys Tradingview Extention é uma extensão do Chrome desenvolvida por tv.algosys, e sua principal característica é "Send automated & Manual Alerts to ALGOSYS".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Algosys Tradingview Extention

Baixe arquivos de extensão Algosys Tradingview Extention no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Algosys Tradingview Extention Algosys Tradingview Extention
ID jgfjokjonbleipmcgjddnolficccbmcj
URL Oficial https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj
Descrição Send automated & Manual Alerts to ALGOSYS
Tamanho do Arquivo 138 KB
Contagem de Instalações 71
Versão Atual 1.2
Última Atualização 2022-07-09
Data de Publicação 2022-07-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor tv.algosys
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://algosys.co.in
URL da Página de Ajuda https://api.whatsapp.com/send/?phone=919903862980&text=TV
Idiomas Suportados 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"
    }
}