Algosys Tradingview Extention

Send automated & Manual Alerts to ALGOSYS

Wat is Algosys Tradingview Extention?

Algosys Tradingview Extention is een Chrome-extensie ontwikkeld door tv.algosys, en de belangrijkste functie is "Send automated & Manual Alerts to ALGOSYS".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Algosys Tradingview Extention

Download Algosys Tradingview Extention-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Algosys Tradingview Extention Algosys Tradingview Extention
ID jgfjokjonbleipmcgjddnolficccbmcj
Officiële URL https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj
Beschrijving Send automated & Manual Alerts to ALGOSYS
Bestandsgrootte 138 KB
Aantal Installaties 71
Huidige Versie 1.2
Laatst Bijgewerkt 2022-07-09
Publicatiedatum 2022-07-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar tv.algosys
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://algosys.co.in
Help Pagina-URL https://api.whatsapp.com/send/?phone=919903862980&text=TV
Ondersteunde Talen 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"
    }
}