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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/"
    ]
}