Zerodha Kite Enhancements

Add unique features to enhance Zerodha kite platform.

Zerodha Kite Enhancements란 무엇입니까?

Zerodha Kite Enhancements은(는) VarunAgw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add unique features to enhance Zerodha kite platform."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Zerodha Kite Enhancements 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome extension add new features to the Zerodha Kite platform.

Here is a list of unique features. Check screenshots for the demo for them.

1. Auto-fill order quantity by clicking on the amount you want for the order. i.e. 50K worth of share.

2. Hide squared-off position in Positions tab and Holdings tab. Also, hide rejected orders.

3. Use Ctrl+Shift+Click in watchlist to copy a symbol.

4. Add a shortcut to GTT page in the top bar.

5. Add an option to hide Quick watch list temporarily

6. 5 different zoom levels for Quickwatch in case you have lot of items in the list.

7. Full page-width on large screens.

For support or ideas, please visit https://github.com/VarunAgw/ZerodhaKiteEnhancements/discussions?discussions_q=                    

확장 프로그램 기본 정보

이름 Zerodha Kite Enhancements Zerodha Kite Enhancements
ID enpiggkcfokpjboaognglohdbflinhbd
공식 URL https://chromewebstore.google.com/detail/zerodha-kite-enhancements/enpiggkcfokpjboaognglohdbflinhbd
설명 Add unique features to enhance Zerodha kite platform.
파일 크기 564 KB
설치 횟수 2,770
현재 버전 2.3.1
최근 업데이트 2024-03-01
출시 날짜 2021-11-05
평점 4.89/5 총 19 개의 평점
개발자 VarunAgw
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/VarunAgw/ZerodhaKiteEnhancements
도움말 페이지 URL https://github.com/VarunAgw/Apaxy-2/discussions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zerodha Kite Enhancements",
    "description": "Add unique features to enhance Zerodha kite platform.",
    "icons": {
        "128": "icon-128x128.png"
    },
    "version": "2.3.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kite.zerodha.com\/*"
            ],
            "js": [
                "jquery-3.7.1.js",
                "VK.js",
                "content-script.js"
            ]
        }
    ]
}