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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |