Ansaar Halal Stocks

Look up halal stock info from Ansaar.in

What is Ansaar Halal Stocks?

Ansaar Halal Stocks is a Chrome extension developed by https://hikmahtechnologies.com, and its main feature is "Look up halal stock info from Ansaar.in".

Extension Screenshots

screenshot

Download Ansaar Halal Stocks Extension CRX File

Download Ansaar Halal Stocks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ansaar Halal Stocks Ansaar Halal Stocks
ID nfakmbmkmpohldomlnfeiknbichfloen
Official URL https://chromewebstore.google.com/detail/ansaar-halal-stocks/nfakmbmkmpohldomlnfeiknbichfloen
Description Look up halal stock info from Ansaar.in
File Size 10.17 KB
Installation Count 103
Current Version 1.0
Last Updated 2023-10-24
Publish Date 2023-10-24
Rating 5.00/5 Total 2 Ratings
Developer https://hikmahtechnologies.com
Email [email protected]
Payment Type free
Extension Website https://www.ansaar.in
Supported Languages 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"
    }
}