Zerodha Scrip Plus

Zerodha fullscreen trading with brokerage calculator and analysis options

什么是Zerodha Scrip Plus?

Zerodha Scrip Plus是由https://rajesh64727.github.io开发的Chrome扩展程序,该扩展的主要功能是“Zerodha fullscreen trading with brokerage calculator and analysis options”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Zerodha Scrip Plus扩展crx文件

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

扩展使用说明

                        -  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                    

扩展基本信息

名称 Zerodha Scrip Plus Zerodha Scrip Plus
ID mbdbfbeebekieflbpicploepnkblcmjp
官方URL https://chromewebstore.google.com/detail/zerodha-scrip-plus/mbdbfbeebekieflbpicploepnkblcmjp
简介 Zerodha fullscreen trading with brokerage calculator and analysis options
文件大小 47.33 KB
安装次数 3,745
当前版本 1.2.13
更新时间 2022-11-23
上架时间 2020-05-19
评分 4.50/5 共18次评分
开发者 https://rajesh64727.github.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rajesh64727.github.io
帮助页面URL https://rajesh64727.github.io
隐私政策页面URL https://rajesh64727.github.io/privacy.html
支持的语言 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"
            ]
        }
    ]
}