Better Sensibull
Better Sensibull - Enhanced Trading Experience Discover a smarter way to trade with Better Sensibull, a Chrome extension that…
Better Sensibullคืออะไร?
Better Sensibull เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vivek และคุณลักษณะหลักของมันคือ "Better Sensibull - Enhanced Trading Experience Discover a smarter way to trade with Better Sensibull, a Chrome extension that…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Sensibull
ดาวน์โหลดไฟล์ส่วนขยาย Better Sensibull ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Better Sensibull - Enhanced Trading Experience Discover a smarter way to trade with Better Sensibull, a Chrome extension that elevates your Sensibull trading experience. Seamlessly integrating with the Sensibull platform, Better Sensibull displays upcoming holiday information right at the top of your screen, allowing you to stay informed and plan your trading strategies accordingly. Key Features: Upcoming Holiday Notifications: Get instant access to the latest holiday information to stay informed and manage your trades effectively. Easy Integration: The extension works smoothly with the Sensibull platform, providing you with a clutter-free and enhanced user experience. Built with OpenAI's ChatGPT Assistance: Better Sensibull is developed with the support of ChatGPT, a state-of-the-art language model by OpenAI. This collaboration has enabled us to create a user-friendly and efficient extension to improve your trading experience on Sensibull. Enhance your trading experience and stay informed about market holidays with Better Sensibull. Install now and explore a smarter way to trade. Note: This extension is not affiliated with or endorsed by Sensibull. It is an independent project created to improve the user experience on the platform.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Sensibull |
ID | dmpojfnbhmlopobgponiakcmeokbickl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-sensibull/dmpojfnbhmlopobgponiakcmeokbickl |
คำอธิบาย | Better Sensibull - Enhanced Trading Experience Discover a smarter way to trade with Better Sensibull, a Chrome extension that… |
ขนาดไฟล์ | 18.62 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2023-06-14 |
วันที่เผยแพร่ | 2023-04-17 |
ผู้พัฒนา | Vivek |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/wnds/better-sensibull |
URL หน้าช่วยเหลือ | https://github.com/wnds/better-sensibull/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Sensibull", "version": "1.0.5", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/zerodha.com\/marketintel\/holiday-calendar\/" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.sensibull.com\/*" ], "js": [ "content.js" ] } ] } |