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.

¿Qué es Kite 3.0 Full Width Zerodha Trading Platform?

Kite 3.0 Full Width Zerodha Trading Platform es una extensión de Chrome desarrollada por https://allindiainvest.com, y su función principal es "This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Kite 3.0 Full Width Zerodha Trading Platform

Descarga archivos de extensión Kite 3.0 Full Width Zerodha Trading Platform en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Kite 3.0 Full Width Zerodha Trading Platform Kite 3.0 Full Width Zerodha Trading Platform
ID blkggfdbpeboofklnehllkeiiphgfmmg
URL Oficial https://chromewebstore.google.com/detail/kite-30-full-width-zerodh/blkggfdbpeboofklnehllkeiiphgfmmg
Descripción This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.
Tamaño del Archivo 6.26 KB
Cantidad de Instalaciones 12,052
Versión Actual 3.0.2
Última Actualización 2019-01-12
Fecha de Publicación 2019-01-12
Calificación 3.85/5 Total de 20 Calificaciones
Desarrollador https://allindiainvest.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/sanampatel/kite-zerodha-style
URL de la Página de Ayuda https://github.com/sanampatel/kite-zerodha-style
Idiomas Soportados 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
}