Better Sensibull
Better Sensibull - Enhanced Trading Experience Discover a smarter way to trade with Better Sensibull, a Chrome extension that…
什麼是Better Sensibull?
Better Sensibull是由Vivek開發的Chrome擴展程式,該擴展的主要功能是“Better Sensibull - Enhanced Trading Experience Discover a smarter way to trade with Better Sensibull, a Chrome extension that…”。
擴展截圖
下載Better Sensibull擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |