Algosys Tradingview Extention

Send automated & Manual Alerts to ALGOSYS

Hvad er Algosys Tradingview Extention?

Algosys Tradingview Extention er en Chrome-udvidelse udviklet af tv.algosys, og dens hovedfunktion er "Send automated & Manual Alerts to ALGOSYS".

Udvidelsesskærmbilleder

screenshot

Download Algosys Tradingview Extention-udvidelses-CRX-fil

Download Algosys Tradingview Extention-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Algosys Tradingview Extention Algosys Tradingview Extention
ID jgfjokjonbleipmcgjddnolficccbmcj
Officiel URL https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj
Beskrivelse Send automated & Manual Alerts to ALGOSYS
Filstørrelse 138 KB
Antal Installationer 71
Nuværende Version 1.2
Senest Opdateret 2022-07-09
Udgivelsesdato 2022-07-09
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler tv.algosys
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://algosys.co.in
Hjælpeside-URL https://api.whatsapp.com/send/?phone=919903862980&text=TV
Understøttede Sprog 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"
    }
}