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 là gì?

Crypto on TradingView là một tiện ích mở rộng Chrome được phát triển bởi https://davidd.tech, và tính năng chính của nó là "Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto on TradingView

Tải xuống các tệp mở rộng Crypto on TradingView dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crypto on TradingView Crypto on TradingView
ID cfafoepbaabmiejijijhnokhpolbgfeh
URL Chính Thức https://chromewebstore.google.com/detail/crypto-on-tradingview/cfafoepbaabmiejijijhnokhpolbgfeh
Mô tả Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders.
Kích Thước Tệp 633 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-03
Ngày Phát Hành 2023-04-02
Nhà Phát Triển https://davidd.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://davidd.tech
URL Trang Trợ Giúp http://davidd.tech
URL Trang Chính Sách Bảo Mật https://chromeextguy.wordpress.com/privacy-
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}