Halal Stock Scanner

Halal stock scanner aims to help the Muslim trader/investor to quickly find out if a stock is halal to buy or not.

什麼是Halal Stock Scanner?

Halal Stock Scanner是由Hadi Yahia開發的Chrome擴展程式,該擴展的主要功能是“Halal stock scanner aims to help the Muslim trader/investor to quickly find out if a stock is halal to buy or not.”。

擴展截圖

screenshot
screenshot
screenshot

下載Halal Stock Scanner擴展crx文件

下載Halal Stock Scanner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It is completely free to use and works for almost any stock. (from the US market only, currently)

We use the IFG (Islamic Finance Guru) standard for maximum allowed quantity rates, however, you can easily change the standard in our extension settings. 

We base our information on 4 main websites:  
marketwatch.com/
marketbeat.com/
ycharts.com/
wsj.com/

Currently, we only fully support the US market. We appreciate all donations to encourage us to add other markets. Our paypal is here: https://bit.ly/3iehMeY

We also accept pull requests here: https://github.com/hadi4172/halal-stock-scanner

if the extension has been beneficial to you, please make for us du'aa.

You can also put a shortcut of the extension on your desktop (so you don't have to open a browser window to open a new scanner) by following these steps: 
1 - Go to this link with your browser : chrome-extension://nkpheaokkpmohcboabaeadkockhgeeji/popup.html
2 - Click on the 3-dot chrome button at the far right of the browser window.
3 - Click on "More tools"
4 - Click on "Create a shortcut"

Please note that we do not store any of your information.                    

擴展基本資訊

名稱 Halal Stock Scanner Halal Stock Scanner
ID nkpheaokkpmohcboabaeadkockhgeeji
官方網址 https://chromewebstore.google.com/detail/halal-stock-scanner/nkpheaokkpmohcboabaeadkockhgeeji
簡介 Halal stock scanner aims to help the Muslim trader/investor to quickly find out if a stock is halal to buy or not.
檔案大小 673 KB
安裝次數 313
目前版本 1.2.8
更新時間 2023-09-05
上架時間 2020-09-29
評分 5.00/5 共 2 次評分
開發者 Hadi Yahia
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Halal Stock Scanner",
    "manifest_version": 2,
    "version": "1.2.8",
    "description": "Halal stock scanner aims to help the Muslim trader\/investor to quickly find out if a stock is halal to buy or not. ",
    "icons": {
        "128": "assets\/oicon128.png",
        "48": "assets\/oicon48.png",
        "16": "assets\/oicon16.png"
    },
    "browser_action": {
        "default_icon": "assets\/oicon16.png"
    },
    "options_page": "settings.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "https:\/\/www.marketwatch.com\/",
        "https:\/\/www.marketbeat.com\/",
        "https:\/\/ycharts.com\/",
        "https:\/\/www.wsj.com\/"
    ]
}