Zerodha Kite Enhancements

Add unique features to enhance Zerodha kite platform.

Zerodha Kite Enhancements क्या है?

Zerodha Kite Enhancements VarunAgw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add unique features to enhance Zerodha kite platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zerodha Kite Enhancements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}