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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}