Zerodha Scrip Plus
Zerodha fullscreen trading with brokerage calculator and analysis options
Co to jest Zerodha Scrip Plus?
Zerodha Scrip Plus to rozszerzenie Chrome opracowane przez https://rajesh64727.github.io, a jego główną funkcją jest „Zerodha fullscreen trading with brokerage calculator and analysis options”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zerodha Scrip Plus
Pobierz pliki rozszerzeń Zerodha Scrip Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
- 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
Podstawowe informacje o rozszerzeniu
Nazwa | Zerodha Scrip Plus |
ID | mbdbfbeebekieflbpicploepnkblcmjp |
Oficjalny URL | https://chromewebstore.google.com/detail/zerodha-scrip-plus/mbdbfbeebekieflbpicploepnkblcmjp |
Opis | Zerodha fullscreen trading with brokerage calculator and analysis options |
Rozmiar pliku | 47.33 KB |
Liczba instalacji | 3,745 |
Aktualna Wersja | 1.2.13 |
Ostatnia Aktualizacja | 2022-11-23 |
Data Publikacji | 2020-05-19 |
Ocena | 4.50/5 Łącznie 18 Oceny |
Deweloper | https://rajesh64727.github.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://rajesh64727.github.io |
Adres URL Strony Pomocy | https://rajesh64727.github.io |
Adres URL Strony Polityki Prywatności | https://rajesh64727.github.io/privacy.html |
Obsługiwane Języki | 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" ] } ] } |