Zerodha Scrip Plus

Zerodha fullscreen trading with brokerage calculator and analysis options

What is Zerodha Scrip Plus?

Zerodha Scrip Plus is a Chrome extension developed by https://rajesh64727.github.io, and its main feature is "Zerodha fullscreen trading with brokerage calculator and analysis options".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Zerodha Scrip Plus Extension CRX File

Download Zerodha Scrip Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        -  Brokerage Calculator
-  Full screen trading
-  Marketwatch and Holdings scrips analysis

To be used with Zerodha Kite web app.

It shows the fundamental and technical analysis links of selected scrips from your marketwatch and holding tabs.

Update 1.2.13
- Detailed Brokerage and taxes calculation

Update 1.2.7
- Recalculation of brokerage ( 'refresh' button ) added

Update 1.2.6
- Brokerage calculator on "Orders" page and bug fixes

Update 1.2.3
- Better UI
- Full width trading by default
- Support for 4K display                    

Extension Basic Information

Name Zerodha Scrip Plus Zerodha Scrip Plus
ID mbdbfbeebekieflbpicploepnkblcmjp
Official URL https://chromewebstore.google.com/detail/zerodha-scrip-plus/mbdbfbeebekieflbpicploepnkblcmjp
Description Zerodha fullscreen trading with brokerage calculator and analysis options
File Size 47.33 KB
Installation Count 3,745
Current Version 1.2.13
Last Updated 2022-11-23
Publish Date 2020-05-19
Rating 4.50/5 Total 18 Ratings
Developer https://rajesh64727.github.io
Email [email protected]
Payment Type free
Extension Website https://rajesh64727.github.io
Help Page URL https://rajesh64727.github.io
Privacy Policy Page URL https://rajesh64727.github.io/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zerodha Scrip Plus",
    "version": "1.2.13",
    "description": "Zerodha fullscreen trading with brokerage calculator and analysis options",
    "browser_action": {
        "default_icon": "kite-nav-plus.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "kite-nav-plus128.png",
        "64": "kite-nav-plus64.png",
        "48": "kite-nav-plus.png"
    },
    "permissions": [
        "https:\/\/kite.zerodha.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kite.zerodha.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}