Ansaar Halal Stocks
Look up halal stock info from Ansaar.in
Wat is Ansaar Halal Stocks?
Ansaar Halal Stocks is een Chrome-extensie ontwikkeld door https://hikmahtechnologies.com, en de belangrijkste functie is "Look up halal stock info from Ansaar.in".
Extensie Screenshots
Download het CRX-bestand van de extensie Ansaar Halal Stocks
Download Ansaar Halal Stocks-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
Looks up halal status of the stock from ansaar.in website on your favourite financial websites. No need to install additional apps just to check the halal status. Supports: - Yahoo Finance - Stockopedia - Screener.in More to come.
Basisinformatie over de Extensie
Naam | Ansaar Halal Stocks |
ID | nfakmbmkmpohldomlnfeiknbichfloen |
Officiële URL | https://chromewebstore.google.com/detail/ansaar-halal-stocks/nfakmbmkmpohldomlnfeiknbichfloen |
Beschrijving | Look up halal stock info from Ansaar.in |
Bestandsgrootte | 10.17 KB |
Aantal Installaties | 103 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-10-24 |
Publicatiedatum | 2023-10-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://hikmahtechnologies.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.ansaar.in |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ansaar Halal Stocks", "description": "Look up halal stock info from Ansaar.in", "version": "1.0", "permissions": [ "webNavigation", "storage", "scripting" ], "host_permissions": [ "https:\/\/finance.yahoo.com\/*", "https:\/\/app.stockopedia.com\/*", "https:\/\/screener.in\/*", "https:\/\/www.screener.in\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "48": "icon-48x48.png" }, "default_popup": "popup.html" }, "icons": { "48": "icon-48x48.png", "32": "icon-32x32.png" } } |