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
公式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
Eメール [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
}