NSE OHL - Free Edition

Find OPEN=HIGH and OPEN=LOW stocks from NSE website

Was ist NSE OHL - Free Edition?

NSE OHL - Free Edition ist eine Chrome-Erweiterung, die von https://www.sahilbuddhadev.me entwickelt wurde, und ihr Hauptmerkmal ist "Find OPEN=HIGH and OPEN=LOW stocks from NSE website".

Erweiterungsscreenshots

screenshot
screenshot

NSE OHL - Free Edition-Erweiterungs-CRX-Datei herunterladen

Laden Sie NSE OHL - Free Edition-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Find Open=High and Open=Low stocks instantly from NSE website. Open=High stock will be highlighted with RED background color and Open=Low stock will be highlighted with GREEN background color.

NSE URL: https://www.nseindia.com/market-data/live-equity-market                    

Grundlegende Informationen zur Erweiterung

Name NSE OHL - Free Edition NSE OHL - Free Edition
ID dmhjnjiioegdkdmehpedbibakoikcneb
Offizielle URL https://chromewebstore.google.com/detail/nse-ohl-free-edition/dmhjnjiioegdkdmehpedbibakoikcneb
Beschreibung Find OPEN=HIGH and OPEN=LOW stocks from NSE website
Dateigröße 47.27 KB
Installationsanzahl 315
Aktuelle Version 0.1.0
Letztes Update 2021-08-30
Veröffentlichungsdatum 2021-08-30
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.sahilbuddhadev.me
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NSE OHL - Free Edition",
    "description": "Find OPEN=HIGH and OPEN=LOW stocks from NSE website",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "NSE India Opne=High and Open=Low stocks - Free Edition",
        "default_icon": {
            "16": "\/images\/icon_16.png",
            "32": "\/images\/icon_32.png",
            "48": "\/images\/icon_48.png",
            "128": "\/images\/icon_128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/jquery.min.js",
                ".\/background.js"
            ],
            "matches": [
                "https:\/\/www.nseindia.com\/market-data\/live-equity-market"
            ]
        }
    ]
}