Trade Rocket
Making auto trading easy!
Trade Rocketคืออะไร?
Trade Rocket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Navin Joshi และคุณลักษณะหลักของมันคือ "Making auto trading easy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trade Rocket
ดาวน์โหลดไฟล์ส่วนขยาย Trade Rocket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*** WARNING : USE IT AT YOUR OWN RISK AND YOU ARE SOLELY RESPONSIBLE FOR THE OUTCOME, THIS IS A FREE PLUGIN, AND BY USING THIS PLUGIN NEITHER ME(TRADEROCKET) OR ANYONE ELSE IS LIABLE FOR THE OUTCOMES. *** *** V4 FIX ADDED *** *** V4 FIX ADDED *** *** UPGRADED TO SUPPORT NEW VERSIONS AND *** This a simple plugin which lets you act automatically on your browser notifications. CURRENT SUPPORT: ZERODHA/KITE STREAK CURRENT SUPPORT: ANGEL BROKING STREAK CURRENT SUPPORT: UPSTOX BROKING STREAK CURRENT SUPPORT: 5PAISA BROKING STREAK UPCOMING SUPPORT: ZERODHA/KITE SENTINEL Terms of use : This software is free software and does not come with any form of warranty, by using it you are agreeing to use at your own risk and you are solely responsible for the outcome, this is a free plugin, and by using this plugin neither me(trade rocket) or anyone else is liable of anything, due to any reason, whatsoever. *** NOTE *** 1. PLEASE ALWAYS USE THE LATEST UPDATE 2. MAKE SURE TO UPDATE ONCE EVERY FEW DAYS 3. WHEN NOT USING, PLEASE DISABLE THE PLUGIN *** STEPS FOR ZERODHA/UPSTOX *** 1. LOGIN INTO KITE ACCOUNT 2. OPEN NEW TAB AND LOG INTO STREAK ACCOUNT *** STEPS FOR ANGEL *** 1. LOGIN INTO ANGEL ACCOUNT 2. OPEN NEW TAB AND LOG INTO STREAK ACCOUNT YOU ARE DONE, ENJOY, AND KEEP MONITORING TO MAKE SURE THINGS ARE AS YOU EXPECTED :) *** UPDATES *** ADDED BO SUPPORT BO BUG FIXES Target and Stoploss fixes *** CAUTION *** There is a fake cloned version being offered by "techindia099" Please don't download that, many uses have mailed me asking about it, so I am updating in description. This is the original TradeRocket plugin and there is currently only one plugin I am providing. Please be careful out there and spread his msg.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trade Rocket |
ID | eiofnhinpddbbdledofboplbdobmdane |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trade-rocket/eiofnhinpddbbdledofboplbdobmdane |
คำอธิบาย | Making auto trading easy! |
ขนาดไฟล์ | 313 KB |
จำนวนการติดตั้ง | 12,900 |
เวอร์ชันปัจจุบัน | 1.0.17 |
อัปเดตครั้งล่าสุด | 2022-06-17 |
วันที่เผยแพร่ | 2020-03-11 |
คะแนน | 4.28/5 รวมทั้งหมด 61 คะแนน |
ผู้พัฒนา | Navin Joshi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trade Rocket", "version": "1.0.17", "description": "Making auto trading easy!", "options_page": "options.html", "permissions": [ "webRequest", "notifications", "storage", "activeTab", "declarativeContent", "webRequest", "*:\/\/*.zerodha.com\/", "*:\/\/*.angelbroking.com\/*", "*:\/\/*.5paisa.com\/*", "*:\/\/*.streak.tech\/*", "*:\/\/*.upstox.com\/*", "*:\/\/*.streak.ninja\/*" ], "background": { "scripts": [ "jquery.js", "moment.js", "background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png" } }, "icons": { "16": "images\/get_started16.png", "48": "images\/get_started16.png", "128": "images\/get_started16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.zerodha.com\/*", "*:\/\/*.angelbroking.com\/*", "*:\/\/*.5paisa.com\/*", "*:\/\/*.upstox.com\/*", "*:\/\/*.streak.tech\/*", "*:\/\/*.streak.ninja\/*" ], "js": [ "jquery.js", "contentScript.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |