Zerodha Kite Enhancements

Add unique features to enhance Zerodha kite platform.

什麼是Zerodha Kite Enhancements?

Zerodha Kite Enhancements是由VarunAgw開發的Chrome擴展程式,該擴展的主要功能是“Add unique features to enhance Zerodha kite platform.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Zerodha Kite Enhancements擴展crx文件

下載Zerodha Kite Enhancements擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome extension add new features to the Zerodha Kite platform.

Here is a list of unique features. Check screenshots for the demo for them.

1. Auto-fill order quantity by clicking on the amount you want for the order. i.e. 50K worth of share.

2. Hide squared-off position in Positions tab and Holdings tab. Also, hide rejected orders.

3. Use Ctrl+Shift+Click in watchlist to copy a symbol.

4. Add a shortcut to GTT page in the top bar.

5. Add an option to hide Quick watch list temporarily

6. 5 different zoom levels for Quickwatch in case you have lot of items in the list.

7. Full page-width on large screens.

For support or ideas, please visit https://github.com/VarunAgw/ZerodhaKiteEnhancements/discussions?discussions_q=                    

擴展基本資訊

名稱 Zerodha Kite Enhancements Zerodha Kite Enhancements
ID enpiggkcfokpjboaognglohdbflinhbd
官方網址 https://chromewebstore.google.com/detail/zerodha-kite-enhancements/enpiggkcfokpjboaognglohdbflinhbd
簡介 Add unique features to enhance Zerodha kite platform.
檔案大小 564 KB
安裝次數 2,770
目前版本 2.3.1
更新時間 2024-03-01
上架時間 2021-11-05
評分 4.89/5 共 19 次評分
開發者 VarunAgw
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/VarunAgw/ZerodhaKiteEnhancements
說明頁面URL https://github.com/VarunAgw/Apaxy-2/discussions
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zerodha Kite Enhancements",
    "description": "Add unique features to enhance Zerodha kite platform.",
    "icons": {
        "128": "icon-128x128.png"
    },
    "version": "2.3.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kite.zerodha.com\/*"
            ],
            "js": [
                "jquery-3.7.1.js",
                "VK.js",
                "content-script.js"
            ]
        }
    ]
}