Algosys Tradingview Extention

Send automated & Manual Alerts to ALGOSYS

Was ist Algosys Tradingview Extention?

Algosys Tradingview Extention ist eine Chrome-Erweiterung, die von tv.algosys entwickelt wurde, und ihr Hauptmerkmal ist "Send automated & Manual Alerts to ALGOSYS".

Erweiterungsscreenshots

screenshot

Algosys Tradingview Extention-Erweiterungs-CRX-Datei herunterladen

Laden Sie Algosys Tradingview Extention-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Algosys Tradingview Extention Algosys Tradingview Extention
ID jgfjokjonbleipmcgjddnolficccbmcj
Offizielle URL https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj
Beschreibung Send automated & Manual Alerts to ALGOSYS
Dateigröße 138 KB
Installationsanzahl 71
Aktuelle Version 1.2
Letztes Update 2022-07-09
Veröffentlichungsdatum 2022-07-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler tv.algosys
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://algosys.co.in
Hilfeseite URL https://api.whatsapp.com/send/?phone=919903862980&text=TV
Unterstützte Sprachen 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"
    }
}