Zerodha Scrip Plus
Zerodha fullscreen trading with brokerage calculator and analysis options
Cos'è Zerodha Scrip Plus?
Zerodha Scrip Plus è un'estensione di Chrome sviluppata da https://rajesh64727.github.io, e la sua funzione principale è "Zerodha fullscreen trading with brokerage calculator and analysis options".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zerodha Scrip Plus
Scarica i file di estensione Zerodha Scrip Plus 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
- 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
Informazioni di Base sull'Estensione
Nome | Zerodha Scrip Plus |
ID | mbdbfbeebekieflbpicploepnkblcmjp |
URL Ufficiale | https://chromewebstore.google.com/detail/zerodha-scrip-plus/mbdbfbeebekieflbpicploepnkblcmjp |
Descrizione | Zerodha fullscreen trading with brokerage calculator and analysis options |
Dimensione del File | 47.33 KB |
Conteggio Installazioni | 3,745 |
Versione Corrente | 1.2.13 |
Ultimo Aggiornamento | 2022-11-23 |
Data di Pubblicazione | 2020-05-19 |
Valutazione | 4.50/5 Totale 18 Valutazioni |
Sviluppatore | https://rajesh64727.github.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rajesh64727.github.io |
URL della Pagina di Aiuto | https://rajesh64727.github.io |
URL della Pagina della Politica sulla Privacy | https://rajesh64727.github.io/privacy.html |
Lingue Supportate | 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" ] } ] } |