Arbitrage
On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]
Arbitrageคืออะไร?
Arbitrage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theashworld และคุณลักษณะหลักของมันคือ "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arbitrage
ดาวน์โหลดไฟล์ส่วนขยาย Arbitrage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly find out if there are any option arbitrage strategies for a given option on the NSE (National Stock Exchange - India). Install the extension and go to a page like http://www.nseindia.com/live_market/dynaContent/live_watch/option_chain/optionKeys.jsp?symbolCode=-10007&symbol=NIFTY&symbol=NIFTY&instrument=OPTIDX&date=-&segmentLink=17&segmentLink=17 and if there are option arbitrage possibilities, the tool will show them at the bottom of the option chain. Disclaimer: Trade at your own risk after doing your own research, this is not a recommendation to buy or sell.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Arbitrage |
ID | copoikkfmogejibilnlmcpigihokanne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/arbitrage/copoikkfmogejibilnlmcpigihokanne |
คำอธิบาย | On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected] |
ขนาดไฟล์ | 66.25 KB |
จำนวนการติดตั้ง | 181 |
เวอร์ชันปัจจุบัน | 3.21 |
อัปเดตครั้งล่าสุด | 2015-10-07 |
วันที่เผยแพร่ | 2015-10-07 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | theashworld |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arbitrage", "description": "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]", "version": "3.21", "permissions": [ "activeTab", "tabs", "http:\/\/www.nseindia.com\/\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Find arbitrage opportunities on NSE option chain page" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |