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.

Was ist Kite 3.0 Full Width Zerodha Trading Platform?

Kite 3.0 Full Width Zerodha Trading Platform ist eine Chrome-Erweiterung, die von https://allindiainvest.com entwickelt wurde, und ihr Hauptmerkmal ist "This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.".

Erweiterungsscreenshots

screenshot
screenshot

Kite 3.0 Full Width Zerodha Trading Platform-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kite 3.0 Full Width Zerodha Trading Platform-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Kite 3.0 Full Width Zerodha Trading Platform Kite 3.0 Full Width Zerodha Trading Platform
ID blkggfdbpeboofklnehllkeiiphgfmmg
Offizielle URL https://chromewebstore.google.com/detail/kite-30-full-width-zerodh/blkggfdbpeboofklnehllkeiiphgfmmg
Beschreibung This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.
Dateigröße 6.26 KB
Installationsanzahl 12,052
Aktuelle Version 3.0.2
Letztes Update 2019-01-12
Veröffentlichungsdatum 2019-01-12
Bewertung 3.85/5 Insgesamt 20 Bewertungen
Entwickler https://allindiainvest.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/sanampatel/kite-zerodha-style
Hilfeseite URL https://github.com/sanampatel/kite-zerodha-style
Unterstützte Sprachen 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
}