Crypto on TradingView

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

什麼是Crypto on TradingView?

Crypto on TradingView是由https://davidd.tech開發的Chrome擴展程式,該擴展的主要功能是“Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.”。

擴展截圖

screenshot

下載Crypto on TradingView擴展crx文件

下載Crypto on TradingView擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Crypto on TradingView Crypto on TradingView
ID cfafoepbaabmiejijijhnokhpolbgfeh
官方網址 https://chromewebstore.google.com/detail/crypto-on-tradingview/cfafoepbaabmiejijijhnokhpolbgfeh
簡介 Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.
檔案大小 633 KB
安裝次數 41
目前版本 1.0
更新時間 2023-04-03
上架時間 2023-04-02
開發者 https://davidd.tech
電子郵箱 [email protected]
付費類型 free
擴展官網 http://davidd.tech
說明頁面URL http://davidd.tech
隱私政策頁面URL https://chromeextguy.wordpress.com/privacy-
支援的語言 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"
    }
}