Zerodha Kite Enhancements
Add unique features to enhance Zerodha kite platform.
Cos'è Zerodha Kite Enhancements?
Zerodha Kite Enhancements è un'estensione di Chrome sviluppata da VarunAgw, e la sua funzione principale è "Add unique features to enhance Zerodha kite platform.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zerodha Kite Enhancements
Scarica i file di estensione Zerodha Kite Enhancements in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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=
Informazioni di Base sull'Estensione
Nome | Zerodha Kite Enhancements |
ID | enpiggkcfokpjboaognglohdbflinhbd |
URL Ufficiale | https://chromewebstore.google.com/detail/zerodha-kite-enhancements/enpiggkcfokpjboaognglohdbflinhbd |
Descrizione | Add unique features to enhance Zerodha kite platform. |
Dimensione del File | 564 KB |
Conteggio Installazioni | 2,770 |
Versione Corrente | 2.3.1 |
Ultimo Aggiornamento | 2024-03-01 |
Data di Pubblicazione | 2021-11-05 |
Valutazione | 4.89/5 Totale 19 Valutazioni |
Sviluppatore | VarunAgw |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/VarunAgw/ZerodhaKiteEnhancements |
URL della Pagina di Aiuto | https://github.com/VarunAgw/Apaxy-2/discussions |
Lingue Supportate | 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" ] } ] } |