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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |