Zerodha Scrip Plus

Zerodha fullscreen trading with brokerage calculator and analysis options

Zerodha Scrip Plusとは何ですか?

Zerodha Scrip Plusはhttps://rajesh64727.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Zerodha fullscreen trading with brokerage calculator and analysis options」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Zerodha Scrip Plus拡張機能のCRXファイルをダウンロード

Zerodha Scrip Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        -  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                    

拡張機能の基本情報

名前 Zerodha Scrip Plus Zerodha Scrip Plus
ID mbdbfbeebekieflbpicploepnkblcmjp
公式URL https://chromewebstore.google.com/detail/zerodha-scrip-plus/mbdbfbeebekieflbpicploepnkblcmjp
説明 Zerodha fullscreen trading with brokerage calculator and analysis options
ファイルサイズ 47.33 KB
インストール数 3,745
現在のバージョン 1.2.13
最終更新日 2022-11-23
公開日 2020-05-19
評価 4.50/5 合計 18 レビュー
開発者 https://rajesh64727.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rajesh64727.github.io
ヘルプページのURL https://rajesh64727.github.io
プライバシーポリシーページのURL https://rajesh64727.github.io/privacy.html
対応言語 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"
            ]
        }
    ]
}