optionTrader

optionTrader allows you to view NSE options details in a nice graphical way

什么是optionTrader?

optionTrader是由https://optiontrader.co.in开发的Chrome扩展程序,该扩展的主要功能是“optionTrader allows you to view NSE options details in a nice graphical way”。

扩展截图

screenshot
screenshot
screenshot

下载optionTrader扩展crx文件

下载optionTrader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Let us know the experience in review section.

Option Trader by Soance, An Option Chain Analytics tool. Analyse Any option chain with Option Trader, a powerful tool for analysing your trades

Wow! Type some keys, you can find new shortcuts.

The popup menu allows you to switch between NIFTY, BANK NIFTY and  USDINR charts easily. This app allows you to trade options with less risks as it is providing powerful suggestions. 

Keep all your charts and other tools away and trading in options would never been easier if you use option trader patiently. Trade in options with confidence with this free option trade tool.

Want to get auto suggestions, contact [email protected] to get Enterprise app.

**Analyse**
- Analyse any option chain supported charts anytime
- See Real data directly from NSE
- No more manipulation in data
- No hidden / delayed data

*Real data**
- Analyse the charts and values realtime and without refreshing in your browser.
-- Get real data directly from NSE



**Adjustable graph**
- Toggle any data points any time
- Choose verity of data points

If you have any questions, suggestions or feature requests, feel free to submit a report by clicking the Feedback button in the extension’s popup menu. 
You can also send a message to [email protected] anytime. Let us know your thoughts! Thank you. 
 
**Pricing & Policy**
Pricing: https://www.optiontrader.co.in/pricing
Privacy Policy: https://www.optiontrader.co.in/privacy/

Will add support for Kite (Zerodha) (kite.zerodha.com) in the future.

Added support for NSE option chain(nseindia.com), Sensibull option chain (Sensibull.com) with volume and Upstox option chain (Upstox.com) and now PaytmMoney.


Thanks, Happy option trading!

Change log:

Version 0.74
Fixes

Version 0.73
Added new supports

Version 0.72
Added floating button control options

Version 0.71
Fixes and improvements

Version 0.70
Fixes and improvements

Version 0.69
Fixes and improvements

Version 0.68
Fixes and improvements

Version 0.67
Fixes and improvements

Version 0.66
Fixed the week and month formula

Version 0.65
Fixed the NSE option chain issue
Added the weekly and monthly labels for expiries

Version 0.64
Fixed the expiry date issue

Version 0.63
Promotion ended

Version 0.62
Disabled the auto trader

Version 0.61
Updated BTC

Version 0.60
Updated usager

Version 0.59
Added usager

Version 0.58
Added a promotion tile

Version 0.57
Fixes and improvements

Version 0.56
Fixes and improvements

Version 0.55
Full version released for all users for the promotion of the app.

Version 0.54
Fixes and improvements

Version 0.53
Added online purchase option

Version 0.51
Fixed some compatibility issues for some option chains

Version 0.50
Updated the UI for more interaction and visibility
Improved the colors for more eye's comfortness.

Version 0.49
Added some interactions for easy reads
Improved the graph layout
Improved the colours (colors) for eye pain related issues
Improved the bar width for more enhanced view

Version 0.45
Added paytm money support
Big feature: Now try and experiment trades in any platforms for free. (paytmmoney,sensibull, trendlyne, upstox, fyers,nse)

Version 0.44
Updated the strategy

Version 0.43
Added Delta.exchange BTC Bitcoin option chain support

Version 0.42
Added current strike bar in each charts

Version 0.41
Fix for third party sites compatibilities

Version 0.40
Released More features for our premium users.

Version 0.39
Added feedbacks

Version 0.38
Fixed the x-axis of price charts.

Version 0.37
Fixed some errors for third party sites
Trade with confidence. Any Trades. Any Option Trade or Any Option Trades

Version 0.36
Added RealTime chart for the script
Added settings menu to show or hide certain charts

Version 0.35
Now save the state of actions
Fixed NSE option chain on other pages
Improved volume chart on third party websites

Version 0.34
Fixed compatibility issues and work seamlessly with most of the option chain websites

Version 0.33
Fixed compatibility issues

Version 0.32
Added support for most commonly used option chain websites not only for nse.                    

扩展基本信息

名称 optionTrader optionTrader
ID gpcelgkepoenfljmhpoobiphppcabjak
官方URL https://chromewebstore.google.com/detail/optiontrader/gpcelgkepoenfljmhpoobiphppcabjak
简介 optionTrader allows you to view NSE options details in a nice graphical way
文件大小 1.4 MB
安装次数 1,146
当前版本 0.74
更新时间 2023-11-23
上架时间 2021-09-23
评分 5.00/5 共3次评分
开发者 https://optiontrader.co.in
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.optiontrader.co.in
帮助页面URL https://www.optiontrader.co.in/support
隐私政策页面URL https://www.optiontrader.co.in/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "optionTrader",
    "description": "optionTrader allows you to view NSE options details in a nice graphical way",
    "version": "0.74",
    "author": "Soance Innovations LLP",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nseindia.com\/*",
                "https:\/\/web.sensibull.com\/*",
                "https:\/\/app.upstox.com\/*",
                "https:\/\/app.upstox.com\/*",
                "https:\/\/pro.upstox.com\/*",
                "https:\/\/www.delta.exchange\/*",
                "https:\/\/www.paytmmoney.com\/*"
            ],
            "exclude_globs": [
                "*static*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "content.js",
                "\/js\/app.js",
                "\/js\/app.chunk.js",
                "\/analytics\/analytics.js",
                "\/analytics\/gtm.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "options_page": "settings\/activate.html",
    "web_accessible_resources": [
        {
            "resources": [
                "sounds\/stop.mp3",
                "sounds\/buy.mp3",
                "sounds\/sell.mp3",
                "images\/quotes.png"
            ],
            "matches": [
                "https:\/\/www.nseindia.com\/*",
                "https:\/\/web.sensibull.com\/*",
                "https:\/\/app.upstox.com\/*",
                "https:\/\/pro.upstox.com\/*",
                "https:\/\/www.delta.exchange\/*",
                "https:\/\/www.paytmmoney.com\/*",
                "https:\/\/kite.zerodha.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}