Zerodha Scrip Plus

Zerodha fullscreen trading with brokerage calculator and analysis options

Co je Zerodha Scrip Plus?

Zerodha Scrip Plus je rozšíření Chrome vyvinuté https://rajesh64727.github.io, a jeho hlavní funkcí je „Zerodha fullscreen trading with brokerage calculator and analysis options“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Zerodha Scrip Plus

Stáhněte si soubory rozšíření Zerodha Scrip Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        -  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                    

Základní Informace o Rozšíření

Název Zerodha Scrip Plus Zerodha Scrip Plus
ID mbdbfbeebekieflbpicploepnkblcmjp
Oficiální URL https://chromewebstore.google.com/detail/zerodha-scrip-plus/mbdbfbeebekieflbpicploepnkblcmjp
Popis Zerodha fullscreen trading with brokerage calculator and analysis options
Velikost souboru 47.33 KB
Počet instalací 3,745
Aktuální Verze 1.2.13
Poslední Aktualizace 2022-11-23
Datum Vydání 2020-05-19
Hodnocení 4.50/5 Celkem 18 Hodnocení
Vývojář https://rajesh64727.github.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://rajesh64727.github.io
URL Stránky Nápovědy https://rajesh64727.github.io
URL Stránky Zásad Ochrany Soukromí https://rajesh64727.github.io/privacy.html
Podporované Jazyky 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"
            ]
        }
    ]
}