Zerodha Scrip Plus

Zerodha fullscreen trading with brokerage calculator and analysis options

Zerodha Scrip Plus là gì?

Zerodha Scrip Plus là một tiện ích mở rộng Chrome được phát triển bởi https://rajesh64727.github.io, và tính năng chính của nó là "Zerodha fullscreen trading with brokerage calculator and analysis options".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zerodha Scrip Plus

Tải xuống các tệp mở rộng Zerodha Scrip Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        -  Brokerage Calculator
-  Full screen trading
-  Marketwatch and Holdings scrips analysis

To be used with Zerodha Kite web app.

It shows the fundamental and technical analysis links of selected scrips from your marketwatch and holding tabs.

Update 1.2.13
- Detailed Brokerage and taxes calculation

Update 1.2.7
- Recalculation of brokerage ( 'refresh' button ) added

Update 1.2.6
- Brokerage calculator on "Orders" page and bug fixes

Update 1.2.3
- Better UI
- Full width trading by default
- Support for 4K display                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zerodha Scrip Plus Zerodha Scrip Plus
ID mbdbfbeebekieflbpicploepnkblcmjp
URL Chính Thức https://chromewebstore.google.com/detail/zerodha-scrip-plus/mbdbfbeebekieflbpicploepnkblcmjp
Mô tả Zerodha fullscreen trading with brokerage calculator and analysis options
Kích Thước Tệp 47.33 KB
Số Lần Cài Đặt 3,745
Phiên Bản Hiện Tại 1.2.13
Cập Nhật Lần Cuối 2022-11-23
Ngày Phát Hành 2020-05-19
Đánh Giá 4.50/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://rajesh64727.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rajesh64727.github.io
URL Trang Trợ Giúp https://rajesh64727.github.io
URL Trang Chính Sách Bảo Mật https://rajesh64727.github.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zerodha Scrip Plus",
    "version": "1.2.13",
    "description": "Zerodha fullscreen trading with brokerage calculator and analysis options",
    "browser_action": {
        "default_icon": "kite-nav-plus.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "kite-nav-plus128.png",
        "64": "kite-nav-plus64.png",
        "48": "kite-nav-plus.png"
    },
    "permissions": [
        "https:\/\/kite.zerodha.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kite.zerodha.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}