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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trade crypto on ByBit directly from TradingView with Trigger.Trade - the fast, easy, and secure Chrome extension for crypto traders."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crypto on TradingView एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}