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.

Kite 3.0 Full Width Zerodha Trading Platform क्या है?

Kite 3.0 Full Width Zerodha Trading Platform https://allindiainvest.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kite 3.0 Full Width Zerodha Trading Platform एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Kite 3.0 Full Width Zerodha Trading Platform Kite 3.0 Full Width Zerodha Trading Platform
ID blkggfdbpeboofklnehllkeiiphgfmmg
आधिकारिक URL https://chromewebstore.google.com/detail/kite-30-full-width-zerodh/blkggfdbpeboofklnehllkeiiphgfmmg
विवरण This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.
फ़ाइल का आकार 6.26 KB
स्थापना संख्या 12,052
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2019-01-12
प्रकाशन तिथि 2019-01-12
रेटिंग 3.85/5 कुल 20 रेटिंग्स
डेवलपर https://allindiainvest.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sanampatel/kite-zerodha-style
सहायता पृष्ठ URL https://github.com/sanampatel/kite-zerodha-style
समर्थित भाषाएँ 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
}