Zerodha Scrip Plus

Zerodha fullscreen trading with brokerage calculator and analysis options

Zerodha Scrip Plus क्या है?

Zerodha Scrip Plus https://rajesh64727.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zerodha fullscreen trading with brokerage calculator and analysis options"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zerodha Scrip Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        -  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
ईमेल [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"
            ]
        }
    ]
}