Traderbox.io Binance Extension
Traderbox.io Binance Extension
Traderbox.io Binance Extensionคืออะไร?
Traderbox.io Binance Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Traderbox.io และคุณลักษณะหลักของมันคือ "Traderbox.io Binance Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Traderbox.io Binance Extension
ดาวน์โหลดไฟล์ส่วนขยาย Traderbox.io Binance Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Traderbox’s Extension allows you to place Stop Loss, Take Profit and Trailing orders directly through the interface of the most popular cryptocurrency exchange Binance and Binance US. Users of Binance US now can place Stop Loss, Take Profit and Trailing orders. Trade and increase your profits in familiar interface The Stop Loss & Take Profit Extension of Traderbox gives you an ability to avoid the existing shortcomings of Binance OCO and allows to trade with the maximum benefit: •Traderbox tools don’t block your assets in comparison with OCO •Possibility to place Stop Loss, Take Profit and Trailing orders •SL & TP from Traderbox work without slippage You can find the detailed installation instruction of the Extension here: https://blogen.traderbox.io/2019/09/extension-binance.html Traderbox.io is a SAAS trading terminal allowing users to trade on different cryptocurrency exchanges, using one interface and extended functionality which is absent on exchanges. It's embraces security. The PGP encryption system will stop hackers from reaching your assets. You can do your cryptotrading more efficiently with our tool! We wish you a greatest possible success in your trading! Расширение от Traderbox, позволяет выставлять приказы Stop Loss и Take Profit, а также Trailing приказы прямо в интерфейсе самой популярной криптовалютной биржи Binance. Расширение Stop Loss & Take Profit от Traderbox избавит вас от существующих недостатков Binance OCO и позволит торговать с максимальной выгодой: •Инструменты Traderbox не блокируют ваши средства в отличии от OCO •Возможность выставления Stop Loss, Take Profit и Trailing приказов •SL&TP от Traderbox срабатывают без проскальзывания Подробную инструкцию по установке расширения можно найти здесь: https://blog.traderbox.io/2019/09/extension-binance.html Traderbox.io - торговый терминал, позволяющий пользователям торговать на разных криптовалютных биржах, используя один интерфейс и расширенный функционал, которого нет на самих биржах. Наша система PGP шифрования не позволит хакерам добраться до ваших средств. Делайте ваш криптотрейдинг эффективней при помощи нашего инструмента! Всем удачных сделок.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Traderbox.io Binance Extension |
ID | afommmnmohdebmgabmbglefkbholcobb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/traderboxio-binance-exten/afommmnmohdebmgabmbglefkbholcobb |
คำอธิบาย | Traderbox.io Binance Extension |
ขนาดไฟล์ | 3.59 MB |
จำนวนการติดตั้ง | 133 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2020-08-30 |
วันที่เผยแพร่ | 2020-01-10 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Traderbox.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://traderbox.io |
URL หน้านโยบายความเป็นส่วนตัว | https://traderbox.io/en/privacy-policy |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Traderbox.io Binance Extension", "description": "Traderbox.io Binance Extension", "version": "1.0.5", "permissions": [ "activeTab", "tabs", "https:\/\/*.binance.com\/*", "https:\/\/*.binance.us\/*", "management", "notifications" ], "background": { "scripts": [ "background\/bundle.js" ], "persistent": false }, "browser_action": { "default_title": "Traderbox.io Binance Extension", "default_icon": "icons\/icon.png", "default_popup": "popup\/popup.html" }, "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.binance.com\/*", "https:\/\/*.binance.us\/*" ], "js": [ "common\/uikit.js", "injectable\/bundle.js" ], "css": [ "common\/uikit-core.css", "common\/uikit.css", "common\/theme.css" ] } ] } |