NSE OHL - Free Edition
Find OPEN=HIGH and OPEN=LOW stocks from NSE website
Qu'est-ce que NSE OHL - Free Edition ?
NSE OHL - Free Edition est une extension Chrome développée par https://www.sahilbuddhadev.me, et sa fonction principale est "Find OPEN=HIGH and OPEN=LOW stocks from NSE website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NSE OHL - Free Edition
Téléchargez les fichiers d'extension NSE OHL - Free Edition au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | NSE OHL - Free Edition |
ID | dmhjnjiioegdkdmehpedbibakoikcneb |
URL Officiel | https://chromewebstore.google.com/detail/nse-ohl-free-edition/dmhjnjiioegdkdmehpedbibakoikcneb |
Description | Find OPEN=HIGH and OPEN=LOW stocks from NSE website |
Taille du Fichier | 47.27 KB |
Nombre d'Installations | 315 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-08-30 |
Date de Publication | 2021-08-30 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.sahilbuddhadev.me |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |