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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kite 3.0 Full Width Zerodha Trading Platform 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}