Screener Smart Analyzer

Enhance stock analysis in Screener. Real-time data, insights, no spreadsheets.

Screener Smart Analyzer란 무엇입니까?

Screener Smart Analyzer은(는) santoshbadal1111에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance stock analysis in Screener. Real-time data, insights, no spreadsheets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Screener Smart Analyzer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Screener Smart Analyzer Screener Smart Analyzer
ID edbfmpnimgkondkdcnhcfflelebbijdc
공식 URL https://chromewebstore.google.com/detail/screener-smart-analyzer/edbfmpnimgkondkdcnhcfflelebbijdc
설명 Enhance stock analysis in Screener. Real-time data, insights, no spreadsheets.
파일 크기 305 KB
설치 횟수 4,421
현재 버전 1.2.2
최근 업데이트 2023-11-13
출시 날짜 2023-09-25
평점 4.86/5 총 37 개의 평점
개발자 santoshbadal1111
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}