Zerodha Kite Enhancements

Add unique features to enhance Zerodha kite platform.

Zerodha Kite Enhancementsคืออะไร?

Zerodha Kite Enhancements เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VarunAgw และคุณลักษณะหลักของมันคือ "Add unique features to enhance Zerodha kite platform."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zerodha Kite Enhancements

ดาวน์โหลดไฟล์ส่วนขยาย Zerodha Kite Enhancements ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}