Tradingview Shariah IDX Indicator

Display small shariah indicator to stock list in Tradingview(IDX)

Tradingview Shariah IDX Indicator là gì?

Tradingview Shariah IDX Indicator là một tiện ích mở rộng Chrome được phát triển bởi Mujoko, và tính năng chính của nó là "Display small shariah indicator to stock list in Tradingview(IDX)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tradingview Shariah IDX Indicator

Tải xuống các tệp mở rộng Tradingview Shariah IDX Indicator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Stock information from trading view by default does not have any flag that indicate the stock is allow for trading since muslim is forbidden to buy/sell non shariah stock. This application provide additional icon in trading view, so user can see filter out any stock that not shariah compliance. Instead of check and in their excel or pdf that release by Indonesia Stock Exchange. Hence, the decision to buy the stock is much faster and user not losing the moment of buy.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tradingview Shariah IDX Indicator Tradingview Shariah IDX Indicator
ID lgadbclcfdflgohnhnjodnjolhjccbid
URL Chính Thức https://chromewebstore.google.com/detail/tradingview-shariah-idx-i/lgadbclcfdflgohnhnjodnjolhjccbid
Mô tả Display small shariah indicator to stock list in Tradingview(IDX)
Kích Thước Tệp 32.26 KB
Số Lần Cài Đặt 371
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-10-14
Ngày Phát Hành 2021-10-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mujoko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ms,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "author": "Azriz Haziq Jasni and Mujoko",
    "name": "__MSG_ext_extension_name__",
    "description": "__MSG_ext_extension_description__",
    "homepage_url": "https:\/\/github.com\/mujoko\/tradingview-syariah-indicator",
    "background": {
        "scripts": [
            "src\/browser-polyfill.js",
            "src\/helper.js",
            "src\/bg.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tradingview.com\/chart\/*"
            ],
            "js": [
                "src\/browser-polyfill.js",
                "src\/helper.js",
                "src\/page\/chart.js",
                "src\/page\/screener.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tradingview.com\/screener\/*"
            ],
            "js": [
                "src\/browser-polyfill.js",
                "src\/helper.js",
                "src\/page\/screener.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tradingview.com\/symbols\/*"
            ],
            "js": [
                "src\/browser-polyfill.js",
                "src\/helper.js",
                "src\/page\/symbols.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*.tradingview.com\/*"
    ],
    "icons": {
        "16": ".\/assets\/shariah-icon-16.png",
        "48": ".\/assets\/shariah-icon-48.png",
        "128": ".\/assets\/shariah-icon-128.png"
    },
    "browser_action": {
        "default_title": "__MSG_ext_extension_name__",
        "browser_style": true,
        "default_icon": {
            "16": ".\/assets\/shariah-icon-16.png",
            "48": ".\/assets\/shariah-icon-48.png"
        },
        "default_popup": "src\/popup\/popup.html"
    },
    "content_security_policy": "style-src 'self'; object-src 'self'; default-src 'self'; img-src 'self' https:\/\/www.google-analytics.com; script-src 'self' https:\/\/www.google-analytics.com; connect-src 'self' https:\/\/raw.githubusercontent.com\/mujoko\/tradingview-syariah-indicator\/master\/stock-list.json https:\/\/www.google-analytics.com"
}