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ファイルをダウンロード

Screener Smart Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}