Crypto on TradingView

Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.

¿Qué es Crypto on TradingView?

Crypto on TradingView es una extensión de Chrome desarrollada por https://davidd.tech, y su función principal es "Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Crypto on TradingView

Descarga archivos de extensión Crypto on TradingView en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Crypto on TradingView Crypto on TradingView
ID cfafoepbaabmiejijijhnokhpolbgfeh
URL Oficial https://chromewebstore.google.com/detail/crypto-on-tradingview/cfafoepbaabmiejijijhnokhpolbgfeh
Descripción Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.
Tamaño del Archivo 633 KB
Cantidad de Instalaciones 41
Versión Actual 1.0
Última Actualización 2023-04-03
Fecha de Publicación 2023-04-02
Desarrollador https://davidd.tech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://davidd.tech
URL de la Página de Ayuda http://davidd.tech
URL de la Página de Política de Privacidad https://chromeextguy.wordpress.com/privacy-
Idiomas Soportados 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"
    }
}