Kite 3.0 Full Width Zerodha Trading Platform

This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.

Hvad er Kite 3.0 Full Width Zerodha Trading Platform?

Kite 3.0 Full Width Zerodha Trading Platform er en Chrome-udvidelse udviklet af https://allindiainvest.com, og dens hovedfunktion er "This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Kite 3.0 Full Width Zerodha Trading Platform-udvidelses-CRX-fil

Download Kite 3.0 Full Width Zerodha Trading Platform-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Updated to new KITE 3.0 to new URL redirected issue.

Note : This extenstion is only for KITE 3.0 and still in beta so if you have any issue contact us we'll resolve asap!

This extension will make your zerodha kite 3.0 trading app full-width for large screen desktop and laptops, also adding some twicks will help you stay more focused on trading.

Happy trading!                    

Grundlæggende oplysninger om udvidelsen

Navn Kite 3.0 Full Width Zerodha Trading Platform Kite 3.0 Full Width Zerodha Trading Platform
ID blkggfdbpeboofklnehllkeiiphgfmmg
Officiel URL https://chromewebstore.google.com/detail/kite-30-full-width-zerodh/blkggfdbpeboofklnehllkeiiphgfmmg
Beskrivelse This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.
Filstørrelse 6.26 KB
Antal Installationer 12,052
Nuværende Version 3.0.2
Senest Opdateret 2019-01-12
Udgivelsesdato 2019-01-12
Bedømmelse 3.85/5 Samlet 20 Bedømmelser
Udvikler https://allindiainvest.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/sanampatel/kite-zerodha-style
Hjælpeside-URL https://github.com/sanampatel/kite-zerodha-style
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kite 3.0 Full Width Zerodha Trading Platform",
    "short_name": "Full Width Zerodha Kite 3.0 (Beta)",
    "version": "3.0.2",
    "description": "This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.",
    "homepage_url": "https:\/\/github.com\/sanampatel\/kite-zerodha-style",
    "author": "Sanam Patel ([email protected])",
    "icons": {
        "128": "kite128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kite3.zerodha.com\/*",
                "https:\/\/kite.zerodha.com\/*"
            ],
            "css": [
                "kite3-full-width.css"
            ]
        }
    ],
    "manifest_version": 2
}