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是由theashworld開發的Chrome擴展程式,該擴展的主要功能是“On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]”。

擴展截圖

screenshot

下載Arbitrage擴展crx文件

下載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 Arbitrage
ID copoikkfmogejibilnlmcpigihokanne
官方網址 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
}