Tradingview Shariah IDX Indicator

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

Qu'est-ce que Tradingview Shariah IDX Indicator ?

Tradingview Shariah IDX Indicator est une extension Chrome développée par Mujoko, et sa fonction principale est "Display small shariah indicator to stock list in Tradingview(IDX)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tradingview Shariah IDX Indicator

Téléchargez les fichiers d'extension Tradingview Shariah IDX Indicator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tradingview Shariah IDX Indicator Tradingview Shariah IDX Indicator
ID lgadbclcfdflgohnhnjodnjolhjccbid
URL Officiel https://chromewebstore.google.com/detail/tradingview-shariah-idx-i/lgadbclcfdflgohnhnjodnjolhjccbid
Description Display small shariah indicator to stock list in Tradingview(IDX)
Taille du Fichier 32.26 KB
Nombre d'Installations 371
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-10-14
Date de Publication 2021-10-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mujoko
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}