NSE OHL - Free Edition
Find OPEN=HIGH and OPEN=LOW stocks from NSE website
Wat is NSE OHL - Free Edition?
NSE OHL - Free Edition is een Chrome-extensie ontwikkeld door https://www.sahilbuddhadev.me, en de belangrijkste functie is "Find OPEN=HIGH and OPEN=LOW stocks from NSE website".
Extensie Screenshots
Download het CRX-bestand van de extensie NSE OHL - Free Edition
Download NSE OHL - Free Edition-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | NSE OHL - Free Edition |
ID | dmhjnjiioegdkdmehpedbibakoikcneb |
Officiële URL | https://chromewebstore.google.com/detail/nse-ohl-free-edition/dmhjnjiioegdkdmehpedbibakoikcneb |
Beschrijving | Find OPEN=HIGH and OPEN=LOW stocks from NSE website |
Bestandsgrootte | 47.27 KB |
Aantal Installaties | 315 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-08-30 |
Publicatiedatum | 2021-08-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.sahilbuddhadev.me |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |