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”。
擴展截圖
下載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 |
ID | mbdbfbeebekieflbpicploepnkblcmjp |
官方網址 | 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" ] } ] } |