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 с друзьями, чтобы легко установить расширения 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
Электронная почта [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"
            ]
        }
    ]
}