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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } ] } |