Crypto on TradingView
Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.
Qu'est-ce que Crypto on TradingView ?
Crypto on TradingView est une extension Chrome développée par https://davidd.tech, et sa fonction principale est "Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crypto on TradingView
Téléchargez les fichiers d'extension Crypto on TradingView 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
Introducing Trigger.Trade Crypto on TradingView, the first-of-its-kind Chrome extension that lets crypto traders open positions on exchanges like ByBit directly from TradingView. With a draggable overlay, users can trade quickly and securely without ever leaving TradingView. Thanks to Trigger.Trade, traders can now access their preferred crypto exchange without switching back and forth between tabs. This innovative tool solves the problem of TradingView not connecting directly to crypto exchanges, saving time and streamlining the trading process. With Trigger.Trade, you'll experience the benefits of trading directly on TradingView, with the added convenience and security of your preferred crypto exchange. Try Trigger.Trade Crypto on TradingView today and take your crypto trading to the next level! TradingView, ByBit, crypto, Bitcoin.
Informations de Base sur l'Extension
Nom | Crypto on TradingView |
ID | cfafoepbaabmiejijijhnokhpolbgfeh |
URL Officiel | https://chromewebstore.google.com/detail/crypto-on-tradingview/cfafoepbaabmiejijijhnokhpolbgfeh |
Description | Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders. |
Taille du Fichier | 633 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-04-03 |
Date de Publication | 2023-04-02 |
Développeur | https://davidd.tech |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://davidd.tech |
URL de la Page d'Aide | http://davidd.tech |
URL de la Page de Politique de Confidentialité | https://chromeextguy.wordpress.com/privacy- |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Crypto on TradingView", "version": "1.0", "description": "Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.", "permissions": [ "storage" ], "icons": { "16": "images\/clive_16.png", "32": "images\/clive_32.png", "48": "images\/clive_48.png", "64": "images\/clive_64.png", "128": "images\/clive_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tradingview.com\/chart\/*" ], "js": [ "content_scripts\/app.js" ], "run_at": "document_end" } ], "action": { "default_icon": "images\/clive_16.png", "default_popup": "popup.html" } } |