Zerodha Scrip Plus
Zerodha fullscreen trading with brokerage calculator and analysis options
Wat is Zerodha Scrip Plus?
Zerodha Scrip Plus is een Chrome-extensie ontwikkeld door https://rajesh64727.github.io, en de belangrijkste functie is "Zerodha fullscreen trading with brokerage calculator and analysis options".
Extensie Screenshots
Download het CRX-bestand van de extensie Zerodha Scrip Plus
Download Zerodha Scrip Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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
Basisinformatie over de Extensie
Naam | Zerodha Scrip Plus |
ID | mbdbfbeebekieflbpicploepnkblcmjp |
Officiële URL | https://chromewebstore.google.com/detail/zerodha-scrip-plus/mbdbfbeebekieflbpicploepnkblcmjp |
Beschrijving | Zerodha fullscreen trading with brokerage calculator and analysis options |
Bestandsgrootte | 47.33 KB |
Aantal Installaties | 3,745 |
Huidige Versie | 1.2.13 |
Laatst Bijgewerkt | 2022-11-23 |
Publicatiedatum | 2020-05-19 |
Beoordeling | 4.50/5 Totaal 18 Beoordelingen |
Ontwikkelaar | https://rajesh64727.github.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://rajesh64727.github.io |
Help Pagina-URL | https://rajesh64727.github.io |
URL van de Privacybeleid Pagina | https://rajesh64727.github.io/privacy.html |
Ondersteunde Talen | 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" ] } ] } |