NSE OHL - Free Edition
Find OPEN=HIGH and OPEN=LOW stocks from NSE website
Cos'è NSE OHL - Free Edition?
NSE OHL - Free Edition è un'estensione di Chrome sviluppata da https://www.sahilbuddhadev.me, e la sua funzione principale è "Find OPEN=HIGH and OPEN=LOW stocks from NSE website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NSE OHL - Free Edition
Scarica i file di estensione NSE OHL - Free Edition in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dmhjnjiioegdkdmehpedbibakoikcneb |
| URL Ufficiale | https://chromewebstore.google.com/detail/nse-ohl-free-edition/dmhjnjiioegdkdmehpedbibakoikcneb |
| Descrizione | Find OPEN=HIGH and OPEN=LOW stocks from NSE website |
| Dimensione del File | 47.27 KB |
| Conteggio Installazioni | 315 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2021-08-30 |
| Data di Pubblicazione | 2021-08-30 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://www.sahilbuddhadev.me |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |