Algosys Tradingview Extention
Send automated & Manual Alerts to ALGOSYS
Qu'est-ce que Algosys Tradingview Extention ?
Algosys Tradingview Extention est une extension Chrome développée par tv.algosys, et sa fonction principale est "Send automated & Manual Alerts to ALGOSYS".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Algosys Tradingview Extention
Téléchargez les fichiers d'extension Algosys Tradingview Extention au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Algosys Tradingview Extention |
ID | jgfjokjonbleipmcgjddnolficccbmcj |
URL Officiel | https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj |
Description | Send automated & Manual Alerts to ALGOSYS |
Taille du Fichier | 138 KB |
Nombre d'Installations | 71 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-07-09 |
Date de Publication | 2022-07-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | tv.algosys |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://algosys.co.in |
URL de la Page d'Aide | https://api.whatsapp.com/send/?phone=919903862980&text=TV |
Langues Prises en Charge | 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" } } |