Zerodha Scrip Plus

Zerodha fullscreen trading with brokerage calculator and analysis options

ما هو Zerodha Scrip Plus؟

Zerodha Scrip Plus هو إضافة Chrome تم تطويرها بواسطة https://rajesh64727.github.io، والميزة الرئيسية لها هي "Zerodha fullscreen trading with brokerage calculator and analysis options".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Zerodha Scrip Plus

قم بتنزيل ملفات الامتداد Zerodha Scrip Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://rajesh64727.github.io
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}