Screener Smart Analyzer
Enhance stock analysis in Screener. Real-time data, insights, no spreadsheets.
What is Screener Smart Analyzer?
Screener Smart Analyzer is a Chrome extension developed by santoshbadal1111, and its main feature is "Enhance stock analysis in Screener. Real-time data, insights, no spreadsheets.".
Extension Screenshots
Download Screener Smart Analyzer Extension CRX File
Download Screener Smart Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Title: Screener Smart Analyzer - Enhance Your Stock Analysis Description: Unlock the full potential of your stock analysis with the Screener Smart Analyzer Chrome extension! We've transformed the way you explore and evaluate stocks on Screener.in, bringing real-time data, advanced calculations, and invaluable insights directly to your fingertips. Say goodbye to manual exports and spreadsheet hassles, and say hello to a smarter, more efficient way to analyze stocks. Key Features: Real-Time Data: Stay up-to-date with the latest stock information. Our extension seamlessly integrates with Screener.in, providing you with real-time data as you browse company profiles. In-Depth Insights: Get deeper insights into stocks with a single click. Our extension enhances Screener's capabilities, offering valuable metrics and analysis tools. Advanced Calculations: Access advanced calculations and ratios that help you make informed investment decisions. We've simplified complex financial metrics, making them easy to understand. Streamlined Workflow: Save time and effort with a streamlined workflow. No more manual data entry or switching between multiple tools—our extension does the heavy lifting for you. User-Friendly: Designed with simplicity in mind, our extension is user-friendly and accessible to both beginners and experienced investors. Get started quickly and dive into your stock analysis with ease. About Us: The Screener Smart Analyzer is a product of a dedicated solo developer committed to delivering an exceptional stock analysis experience. As a solo developer, your feedback is invaluable. If you encounter any issues or have suggestions for improvement, please report them. We're here to provide support and continuously enhance your stock analysis journey. Important Note: Please be aware that this extension currently does not support analysis for Banks and NBFCs. Explore Our Extension: Experience the future of stock analysis today! Install the Screener Smart Analyzer Chrome extension and take your investment journey to the next level. Whether you're a seasoned investor or just starting out, our extension is designed to help you make smarter, more informed decisions in the world of stocks. Don't miss out on the opportunity to simplify your stock analysis. Install the Screener Smart Analyzer extension now and revolutionize the way you invest!
Extension Basic Information
Name | Screener Smart Analyzer |
ID | edbfmpnimgkondkdcnhcfflelebbijdc |
Official URL | https://chromewebstore.google.com/detail/screener-smart-analyzer/edbfmpnimgkondkdcnhcfflelebbijdc |
Description | Enhance stock analysis in Screener. Real-time data, insights, no spreadsheets. |
File Size | 305 KB |
Installation Count | 4,421 |
Current Version | 1.2.2 |
Last Updated | 2023-11-13 |
Publish Date | 2023-09-25 |
Rating | 4.86/5 Total 37 Ratings |
Developer | santoshbadal1111 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screener Smart Analyzer", "version": "1.2.2", "description": "Enhance stock analysis in Screener. Real-time data, insights, no spreadsheets.", "permissions": [], "web_accessible_resources": [ { "resources": [ "scripts\/sectors.json", "styles\/style.css" ], "matches": [ "https:\/\/www.screener.in\/*" ] } ], "content_scripts": [ { "js": [ "scripts\/jquery-3.6.3.min.js", "dist\/bundle.js", "scripts\/math.min.js" ], "matches": [ "https:\/\/www.screener.in\/*" ] } ], "default_locale": "en", "icons": { "16": "images\/1569822-16_x_16.png", "48": "images\/1569822-48_x_48.png", "128": "images\/1569822-128_x_128.png" } } |