Tradingview Shariah IDX Indicator
Display small shariah indicator to stock list in Tradingview(IDX)
Tradingview Shariah IDX Indicatorとは何ですか?
Tradingview Shariah IDX IndicatorはMujokoによって開発されたChromeの拡張機能で、その主な機能は「Display small shariah indicator to stock list in Tradingview(IDX)」です。
拡張機能のスクリーンショット
Tradingview Shariah IDX Indicator拡張機能のCRXファイルをダウンロード
Tradingview Shariah IDX Indicator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Tradingview Shariah IDX Indicator |
ID | lgadbclcfdflgohnhnjodnjolhjccbid |
公式URL | https://chromewebstore.google.com/detail/tradingview-shariah-idx-i/lgadbclcfdflgohnhnjodnjolhjccbid |
説明 | Display small shariah indicator to stock list in Tradingview(IDX) |
ファイルサイズ | 32.26 KB |
インストール数 | 371 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-10-14 |
公開日 | 2021-10-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Mujoko |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |